-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: AWS SSO "--no-browser" option #678
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It's not stale |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
did anyone find a good workaround? |
Ok apparently the "--stdout" flag now does exactly this |
For various reasons such as not wanting to use the system default browser, wanting to open the SSO link in a specific Firefox Containers container, etc, it would be useful to be able to optionally only print the
VerificationUriComplete
instead of only showing it ifopen.Run()
fails. My suggestion would be to add a new--no-browser
or similar option that could be used to trigger this behaviour (with the default being the current widely useful "auto-open" method).Once the link is opened once, it cannot be re-used, so currently there is no way to grab the link before it has been used the first time (unless the default URL handling browser fails to open or is missing)
aws-vault/vault/ssorolecredentialsprovider.go
Lines 129 to 132 in 8a679cf
The text was updated successfully, but these errors were encountered: