Firefox has the ability to have multiple tabs open to different AWS accounts each with an isolated session through a feature called containers.
I propose to add the ability for kion-cli to optionally make use of a these containers when opening a console session to, at least, AWS. Firefox extensions already exist for exposing custom protocol handlers to programmatically open container tabs, with granted-containers being my suggested pairing.
A new config file parameter can be used to enable this behavior, and without, should continue to default to opening console session URLs in the system default browser.
Firefox has the ability to have multiple tabs open to different AWS accounts each with an isolated session through a feature called containers.
I propose to add the ability for
kion-cli
to optionally make use of a these containers when opening a console session to, at least, AWS. Firefox extensions already exist for exposing custom protocol handlers to programmatically open container tabs, with granted-containers being my suggested pairing.A new config file parameter can be used to enable this behavior, and without, should continue to default to opening console session URLs in the system default browser.
I can begin working on a PR for this.