aws-vault
aws-vault copied to clipboard
Feature: Make usage of Firefox containers
Currently I am using a custom script that lacks 99% of the functionality that aws-vault provides but what it does is, it uses the profile name in combination with Firefox containers and Open url in container to seperate each login from eachother. Making it easy to access multiple consoles in the same browser and with colored tabs.
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.
Came here to log this feature request but someone already has done so.
Since Firefox Multi-Account Containers support opening a specific URL in a Specific container, I think the easiest way to do this is allow a Profile to specify a login URL.
that way you can use the Account Alias + specific signin url that goes with the account to tell Firefox to open a session that came from aws-vault in its designated container.
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.
The -s
flag on aws-vault login
will "Print login URL to stdout instead of opening in default browser"
You can then open this URL however you want.
In this example, I open the AWS console in a specific Microsoft Edge profile:
open -na "Microsoft Edge" --args --profile-directory="Profile 2" $(aws-vault login -s staging)
I'm sure this can be replicated with Firefox containers.
Use -s
for custom behaviour like this