Skip to content

Commit

Permalink
Updates for Granted v0.19.9 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwethaumashanker authored Oct 17, 2023
1 parent a494cd3 commit a5c6e27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/granted/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions docs/granted/recipes/credential-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,21 @@ You should see something like
"Arn": "<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 <credential-process-profile>`. If you wish to export all variables, you can do so by using the `--export-all-env-vars` flag when executing the assume command.
2 changes: 1 addition & 1 deletion src/pages/granted-cli/browsers.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a5c6e27

Please sign in to comment.