A CLI application which provides the world’s best developer UX for finding and accessing cloud roles to multiple cloud accounts, fast!

Join our Slack community | GitHub | Docs


November 6, 2023

Granted - v.0.20.0

--chain flag for Inline Role Assumption

You can now use the new --chain flag to assume another role inline. This feature can be utilized in conjunction with either the --exec option or as part of a regular profile definition.

assume <base-profile> --chain arn:aws:iam::12345678912:role/aws-example --exec -- aws sts get-caller-identity

or

assume <base-profile> --chain arn:aws:iam::12345678912:role/aws-example

DefaultExportAllEnvVar config

You can now include the DefaultExportAllEnvVar=true configuration in your ~/.granted/config file. This configuration will enable the automatic export of all environment variables by default when credential_process is used.

ExportCredsToAWS config

You can also include the ExportCredsToAWS=true configuration in your ~/.granted/config file. This will enable credentials to be exported to ~/.aws/credentials by default.

Full release notes available here.


October 17, 2023

Granted - v.0.19.0

Added support for Waterfox browser

Granted now supports Waterfox, thanks to @dowster! Run granted browser set and choose the option to update your browser preference.

Auto refresh for assuming roles that use Credential Process

We've introduced automatic credential refresh when assuming roles that use the credential process. Now by default, we export only the AWS_PROFILE environment variable. If you want to export all variables, you can use the --export-all-env-vars flag when running assume.

Full release notes available here.


October 10, 2023

Granted - v.0.18.0

Preserves Formatting in .aws/config

s3 =
    max_concurrent_requests = 100
    max_queue_size = 10000

Readded the no-credential-process Flag

Full release notes available here.


September 20, 2023

Granted - v.0.17.0 + v.0.16.1

New Granted Cache Commands

Deprecation of Region Flag in Granted SSO Commands

Added Authentication Code Display

Full release notes available here.


September 13, 2023

Granted - v.0.16.0

Added Support for Arc and Firefox Developer Edition

Caching IAM credentials and flag to pass MFA token code

Support for specific browser profiles

Full release notes available here.


September 7, 2023

Granted - v.0.15.0

Autocompletion Feature with Service and Region Argument Support

Support for --exec Flag with Double Dash (--) Prefix

Customize AWS Configuration and Credentials File Locations

Full release notes available here.