Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

credentials: support AWS_CONTAINER_CREDENTIALS_FULL_URI #1185

Merged
merged 1 commit into from
Nov 25, 2019
Merged

credentials: support AWS_CONTAINER_CREDENTIALS_FULL_URI #1185

merged 1 commit into from
Nov 25, 2019

Conversation

ribbybibby
Copy link
Contributor

@ribbybibby ribbybibby commented Nov 14, 2019

This environment variable allows the definiton of a full URI that points to an ECS task endpoint on a loopback address.

It is documented sparsely compared to AWS_CONTAINER_CREDENTIALS_RELATIVE_URI but is implemented in every major AWS SDK.

See:

@nitisht
Copy link
Contributor

nitisht commented Nov 22, 2019

@ribbybibby can you pls check the travis failure

This environment variable allows the definiton of a full URI to an ECS task endpoint on a loopback 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
@ribbybibby
Copy link
Contributor Author

@nitisht I think the failure was actually an 'error'; the build didn't seem to start for some reason.

Regardless, I've rebased against master which has triggered a passing build.

Copy link

@Praveenrajmani Praveenrajmani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nitisht nitisht merged commit d18cd1c into minio:master Nov 25, 2019
@ribbybibby ribbybibby deleted the credentials-full-uri branch November 25, 2019 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants