|
1 | 1 | # Frequently Asked Questions
|
2 | 2 |
|
3 |
| - * [How do I delete all secrets from the macOS Keychain?](#how-do-i-delete-all-secrets-from-the-macos-keychain) |
4 |
| - * [How good is the Windows support?](#how-good-is-the-windows-support) |
| 3 | +##### Advanced Features |
| 4 | + |
5 | 5 | * [Does AWS SSO CLI support Role Chaining?](#does-aws-sso-cli-support-role-chaining)
|
6 | 6 | * [How does AWS SSO CLI manage the $AWS\_DEFAULT\_REGION?](#how-does-aws-sso-cli-manage-the-aws_default_region)
|
| 7 | + * [Example of multiple AWS SSO instances](#example-of-multiple-aws-sso-instances) |
| 8 | + * [Using non-default AWS SSO instances with auto-complete](#using-non-default-aws-sso-instances-with-auto-complete) |
| 9 | + * [Firefox container color/icon doesn't change](#firefox-container-coloricon-doesnt-change) |
| 10 | + * [Multiple AWS SSO Instances](#multiple-aws-sso-instances) |
| 11 | + |
| 12 | +##### Profiles and Tags |
| 13 | + |
| 14 | + * [What are the purpose of the Tags?](#what-are-the-purpose-of-the-tags) |
7 | 15 | * [AccountAlias vs AccountName](#accountalias-vs-accountname)
|
8 | 16 | * [Defining $AWS\_PROFILE and $AWS\_SSO\_PROFILE variable names](#defining-aws_profile-and-aws_sso_profile-variable-names)
|
9 | 17 | * [How to configure ProfileFormat](#how-to-configure-profileformat)
|
10 |
| - * [Example of multiple AWS SSO instances](#example-of-multiple-aws-sso-instances) |
11 |
| - * [What are the purpose of the Tags?](#what-are-the-purpose-of-the-tags) |
| 18 | + |
| 19 | +##### Security |
| 20 | + |
| 21 | + * [Are macOS Keychain items synced?](#are-macos-keychain-items-synced) |
| 22 | + * [How do I delete all secrets from the macOS Keychain?](#how-do-i-delete-all-secrets-from-the-macos-keychain) |
12 | 23 | * [Which SecureStore should I use?](#which-securestore-should-i-use)
|
13 |
| - * [Using non-default AWS SSO instances with auto-complete](#using-non-default-aws-sso-instances-with-auto-complete) |
14 |
| - * [Error: Invalid grant provided](#error-invalid-grant-provided) |
15 | 24 | * [Does aws-sso support using AWS FIPS endpoints?](#does-aws-sso-support-using-aws-fips-endpoints)
|
| 25 | + |
| 26 | +##### Errors and their meaning |
| 27 | + |
16 | 28 | * [Error: Unable to save... org.freedesktop.DBus.Properties](#error-unable-to-save-orgfreedesktopdbusproperties)
|
17 |
| - * [Are macOS Keychain items synced?](#are-macos-keychain-items-synced) |
| 29 | + * [Error: Invalid grant provided](#error-invalid-grant-provided) |
| 30 | + |
| 31 | +##### Misc |
| 32 | + |
| 33 | + * [How good is the Windows support?](#how-good-is-the-windows-support) |
18 | 34 | * [How can I say thanks?](#how-can-I-say-thanks)
|
19 |
| - * [Firefox container color/icon doesn't change](#firefox-container-coloricon-doesnt-change) |
| 35 | + |
| 36 | +--- |
20 | 37 |
|
21 | 38 | ### How do I delete all secrets from the macOS keychain?
|
22 | 39 |
|
@@ -298,3 +315,18 @@ Firefox setings `about:preferences#containers`.
|
298 | 315 |
|
299 | 316 | 
|
| 318 | + |
| 319 | +### Multiple AWS SSO Instances |
| 320 | + |
| 321 | +If you are using multiple AWS SSO Instances (multiple [SSOConfig]( |
| 322 | +config.md#SSOCOnfig) blocks) then a few comments: |
| 323 | + |
| 324 | +1. You _really_ want to use the Firefox Containers plugin described above. You |
| 325 | + will have a horrible time without this because you need to have different |
| 326 | + browser sessions/cookies for each AWS SSO Instance. |
| 327 | +1. Choosing your [DefaultSSO](config.md#DefaultSSO) is important because |
| 328 | + auto-complete almost always will pick the DefaultSSO. |
| 329 | +1. To override the `DefaultSSO` with auto-complete, you can't use the `-S` |
| 330 | + or `--sso` flag because of a [limitation with how shell completion works]( |
| 331 | + https://github.com/synfinatic/aws-sso-cli/issues/382). Instead you must |
| 332 | + first `export AWS_SSO=<name>` and then run the command. |
0 commit comments