Support opening auth url on FreeBSD#1243
Conversation
|
Hi @gogolok, |
5d76072 to
6d3afb9
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
6d3afb9 to
3d84e03
Compare
97d7bac to
e01121a
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
e01121a to
c2998bf
Compare
c2998bf to
5ad7c05
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
Description
stackit-cli can be used with key flow, but cannot be used right now using
stackit auth loginon FreeBSD.You will receive an 'unsupported platform' error when trying to open the browser URL to authenticate.
FreeBSD can be used similar to Linux, so I just added it next to Linux in
openBrowser. I think the WSL_DISTRO_NAME lookup is not relevant for FreeBSD, but also doesn't hurt and didn't want to create a separate switch case. But let me know if you prefer a separate switch case.Checklist
make fmtmake generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)