Added Support for Arc and Firefox Developer Edition
Granted now supports Arc and Firefox Developer Edition! Run granted browser set
and choose the option to update your browser preference.
Caching IAM credentials and flag to pass MFA token code
For those using an AWS profile that requires an MFA prompt, Granted will now cache your credentials, eliminating the need to repeatedly enter the MFA token code as long as the cached credentials remain valid.
Moreover, if you can obtain an MFA token through a script, you can now utilize the mfa-token
flag with assume
to bypass the MFA prompt like assume dev --mfa-token 123456
Support for specific browser profiles
Launching a specific browser profile is now possible with --browser-profile
flag for supported browsers such as Chrome, Edge, and Chromium Variants. Try assume profile-name -c --browser-profile "<your_browser_profile>"
What's Changed
- Add
granted credentials import-from-env
subcmd to load new profile with credentials from env by @Eddie023 - Added logic for adding custom chrome profiles by @meyerjrr in #318
- MFA prompts improvements by @Eddie023 in #474
Full Changelog: v0.15.0...v0.16.0