From a5c6e2766c9982abc7f3b4a19541992b28e9e650 Mon Sep 17 00:00:00 2001 From: Shwetha Umashanker <32020525+shwethaumashanker@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:02:13 -0400 Subject: [PATCH] Updates for Granted v0.19.9 (#294) --- docs/granted/introduction.md | 2 +- docs/granted/recipes/credential-process.md | 8 ++++++++ src/pages/granted-cli/browsers.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/granted/introduction.md b/docs/granted/introduction.md index 9f01d82..65e6638 100644 --- a/docs/granted/introduction.md +++ b/docs/granted/introduction.md @@ -20,7 +20,7 @@ On AWS, Granted works with both IAM roles and with AWS SSO. We highly recommend ## Supported browsers -Granted currently supports Firefox, Chromium-based browsers (such as Chrome, Brave, and Edge), Safari and Arc. +Granted currently supports Firefox, Chromium-based browsers (such as Chrome, Brave, and Edge), Safari, Arc and Waterfox. :::tip diff --git a/docs/granted/recipes/credential-process.md b/docs/granted/recipes/credential-process.md index ec576fd..7f170c2 100644 --- a/docs/granted/recipes/credential-process.md +++ b/docs/granted/recipes/credential-process.md @@ -39,13 +39,21 @@ You should see something like "Arn": "", } ``` + ## Auto-login with Credential Process + You can enable auto login with `credential_process` by using the `--auto-login` flag: + ``` credential_process = granted credential-process --auto-login --profile my-profile ``` + (Credits to [Eric Miller](https://github.com/sosheskaz) for implementing the auto login flag) :::info Additionally, if you would like to use Common Fate for turn-key access requests, we support a further integration in the recipe, [Connecting to Common Fate](/granted/recipes/access-requests). ::: + +## Assuming roles with Credential Process + +When assuming roles via the credential process, we have improved the process by introducing automatic credential renewal. By default, only the `AWS_PROFILE` environment variable is exported when you run `assume `. If you wish to export all variables, you can do so by using the `--export-all-env-vars` flag when executing the assume command. diff --git a/src/pages/granted-cli/browsers.md b/src/pages/granted-cli/browsers.md index 1823675..63dce47 100644 --- a/src/pages/granted-cli/browsers.md +++ b/src/pages/granted-cli/browsers.md @@ -1,6 +1,6 @@ # Browsers -Granted currently supports Firefox, Chromium-based browsers (such as Chrome, Brave, and Edge), Safari and Arc. +Granted currently supports Firefox, Chromium-based browsers (such as Chrome, Brave, and Edge), Safari, Arc and Waterfox. :::tip