99designs / aws-vault

A vault for securely storing and accessing AWS credentials in development environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: support non-default browser launching for SSO/Login

Kirill888 opened this issue · comments

I would like to use non-default system browser to complete SSO and web console logins. Currently this is only supported via --stdout option (although there is a bug #868 that makes this workflow somewhat awkward to use).

aws-cli uses BROWSER environment variable to determine how to open SSO urls(aws/aws-cli#5301 (comment)). It would be nice if aws-vault supported the same. Alternatively a command line option would work too. This would also enable #755 but in a more generic way.

this seems to work fine on MacOS:

Kirill888@738ef4d

env BROWSER=Safari aws-vault login some-profile

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

I would also be very interested in this feature, as we are using the non standard AD profile for AWS SSO so we need a second browser to login to AWS SSO. This feature would simplify the workflow