File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# AWS Credentials
2
2
3
- Plugins that interact with AWS services fetch credentials from various providers in
4
- the following order. Only the first provider that's able to provide credentials will
5
- be used.
3
+ Plugins that interact with AWS services fetch credentials from the following providers
4
+ in order. Only the first provider that provides credentials is used.
6
5
7
6
- [ Environment variables] ( #environment-variables )
8
7
- [ Shared configuration and credentials files] ( #shared-configuration-and-credentials-files )
@@ -12,7 +11,7 @@ be used.
12
11
13
12
All AWS plugins additionally support a ` role_arn ` (or ` AWS_ROLE_ARN ` , for
14
13
[ Elasticsearch] ( ../pipeline/outputs/elasticsearch.md ) ) configuration parameter. If
15
- specified, the fetched credentials will then be used to assume the given role.
14
+ specified, the fetched credentials are used to assume the given role.
16
15
17
16
## Environment variables
18
17
@@ -24,7 +23,7 @@ Plugins use the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` (and optionally
24
23
Plugins read the shared ` config ` file at ` $AWS_CONFIG_FILE ` (or ` $HOME/.aws/config ` ),
25
24
and the shared credentials file at ` $AWS_SHARED_CREDENTIALS_FILE ` (or
26
25
` $HOME/.aws/credentials ` ) to fetch the credentials for the profile named
27
- ` $AWS_PROFILE ` or ` $AWS_DEFAULT_PROFILE ` (or "default"). See
26
+ ` $AWS_PROFILE ` or ` $AWS_DEFAULT_PROFILE ` (or "default"). See
28
27
[ Configuration and credential file settings in the AWS CLI] ( https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html ) .
29
28
30
29
The shared settings evaluate in the following order:
You can’t perform that action at this time.
0 commit comments