File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# AWS Credentials
22
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.
65
76- [ Environment variables] ( #environment-variables )
87- [ Shared configuration and credentials files] ( #shared-configuration-and-credentials-files )
@@ -12,7 +11,7 @@ be used.
1211
1312All AWS plugins additionally support a ` role_arn ` (or ` AWS_ROLE_ARN ` , for
1413[ 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.
1615
1716## Environment variables
1817
@@ -24,7 +23,7 @@ Plugins use the `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` (and optionally
2423Plugins read the shared ` config ` file at ` $AWS_CONFIG_FILE ` (or ` $HOME/.aws/config ` ),
2524and the shared credentials file at ` $AWS_SHARED_CREDENTIALS_FILE ` (or
2625` $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
2827[ Configuration and credential file settings in the AWS CLI] ( https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html ) .
2928
3029The shared settings evaluate in the following order:
You can’t perform that action at this time.
0 commit comments