Skip to content

Commit a54d8c0

Browse files
committed
merge: bring in auth changes
2 parents 0242b59 + 7a58a30 commit a54d8c0

File tree

5 files changed

+133
-126
lines changed

5 files changed

+133
-126
lines changed

docs/faq-credentials.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ Issue [aws-toolkit-vscode#3667](https://github.com/aws/aws-toolkit-vscode/issues
1313
2. Attempt to sign in again with AWS Builder ID
1414
3. If sign is is successful you can remove the old folder: `rm -rf ~/.aws/sso-OLD`
1515
1. Or revert the change: `mv ~/.aws/sso-OLD ~/.aws/sso`
16+
17+
### AWS Shared Credentials File
18+
19+
When authenticating with IAM credentials, the profile name, access key, and secret key will be stored on disk at a default location of `~/.aws/credentials` on Linux and MacOS, and `%USERPROFILE%\.aws\credentials` on Windows machines. The toolkit also supports editting this file manually, with the format specified [here](https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html#file-format-creds). The credentials files also supports [role assumption](https://docs.aws.amazon.com/sdkref/latest/guide/access-assume-role.html) and [MFA](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa.html). Note that this credentials file is shared between all local AWS development tools. For more information, see the full documentation [here](https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html).

0 commit comments

Comments
 (0)