-
Notifications
You must be signed in to change notification settings - Fork 820
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
aws-vault login --browser-profile #253
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. |
This is still desirable |
This is how I achieve the same basic thing with a minimum of effort. It requires you to have two browsers open side by side, one with your default profile, and one incognito/private. Greatly reduces "One of these things is not like the other" snipe hunts.
|
Regularly I have the need to have multiple roles open at the same time.
To achieve this, I've hacked some bash alias that opens a new browser and STS to that role
https://github.com/FernandoMiguel/aws-vault-quick-guide#chrome-profile
it's hacky , and so far I've been using disposable browser profiles. Ideally they should be permanent so you can have favourite bookmarks, etc.... I'll improve my hack later for that.
but what would be really cool is for aws-vault to manage this directly via go, where users can just pass a pre-existing browsers profiles
aws-vault login --browser-profile ~/Library/Application Support/Google/Chrome/Profile 2
or just
aws-vault login --browser-profile Profile 2
The text was updated successfully, but these errors were encountered: