kionsoftware / kion-cli

Kion on the command line!
MIT License
27 stars 5 forks source link

Add support for using Firefox containers for multi-session capabilities #67

Open joraff opened 2 days ago

joraff commented 2 days ago

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.

codybuell commented 1 day ago

Saw your PR come through, will chat with you there. Thanks!