-
Notifications
You must be signed in to change notification settings - Fork 650
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
credentials: support AWS_CONTAINER_CREDENTIALS_FULL_URI (#1185)
This environment variable allows the definition of a full URI to an ECS task endpoint on a loop-back address. It is documented sparsely compared to AWS_CONTAINER_CREDENTIALS_RELATIVE_URI but is implemented in every major AWS SDK. See: - https://github.com/aws/aws-sdk-go/blob/master/aws/defaults/defaults.go#L117 - https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/ECSCredentials.html - https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/EC2ContainerCredentialsProviderWrapper.html
- Loading branch information
1 parent
3721161
commit d18cd1c
Showing
2 changed files
with
78 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters