summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-03-16 23:14:52 +0100
committerGitHub <noreply@github.com>2022-03-16 23:14:52 +0100
commitd7308203a92bc067a3cb5177a5c6c32981c40959 (patch)
tree5f437f34b367fbfe2052e1f67d325b020b8b09e6 /docs
parentbae16b525de1f05a7ad125b5f4a8cb8baa7d5fae (diff)
fix(aws): accept sso credentials (#3718)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 3499b2611..727a31989 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -272,7 +272,7 @@ format = "$all$directory$character"
## AWS
The `aws` module shows the current AWS region and profile when
-credentials or a `credential_process` have been setup. This is based on
+credentials, a `credential_process` or a `sso_start_url` have been setup. This is based on
`AWS_REGION`, `AWS_DEFAULT_REGION`, and `AWS_PROFILE` env var with
`~/.aws/config` file. This module also shows an expiration timer when using temporary
credentials.