github common-fate/granted v0.5.2

latest releases: v0.28.0, v0.27.5, v0.27.4...
18 months ago

Configurable Firefox Container Color and Icon

Thanks @onebytegone for contributing an update that allows the color and icon of the Firefox container to be controlled in the AWS config file.

The color can be controlled using these optional fields in each profile config:

granted_color = red # blue, turquoise, green, yellow, orange, red, pink, purple
granted_icon = fruit # fingerprint, briefcase, dollar, cart, circle, gift, vacation, food, fruit, pet, tree, chill

Note

To use this feature you will need to update your granted-containers firefox extension to the latest version (v1.1.1)

Support sso-session Section in AWS Config File

Support for the new AWS SSO config format using an sso-session section has been added.

[profile example]
sso_session = example-sso
granted_sso_account_id = 123456789011
granted_sso_role_name  = AWSAdministratorAccess
region                 = ap-southeast-2
credential_process     = granted credential-process --profile example

[sso-session example-sso]
sso_region    = ap-southeast-2
sso_start_url = https://example.awsapps.com/start

What's Changed

Full Changelog: v0.5.1...v0.5.2

Don't miss a new granted release

NewReleases is sending notifications on new releases.