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

Unable to use AWS_PROFILE with credential_source configuration #69

Closed
sdavids13 opened this issue Dec 6, 2018 · 1 comment
Closed
Milestone

Comments

@sdavids13
Copy link

When using the standard AWS CLI profile defined as:

[helm-chart-uploader]
role_arn = arn:aws:iam::#########:role/MyUploaderRole
credential_source = Ec2InstanceMetadata

I am able to upload artifacts as the cross-account user via the AWS CLI (AWS_PROFILE=helm-chart-uploader), but when running the helm s3 push command it seems to ignore the AWS_PROFILE value and not upload as the expected assumed role. If the AWS_PROFILE functionality is being delegated to the Go SDK that capability was added via aws/aws-sdk-go#2201 (which is in v1.15.54+ -- latest patch release being v1.15.89)

@hypnoglow
Copy link
Owner

This issue should be solved by #74 (which will go into the next release of the plugin). If it is not, please open the new issue and we will revisit this.

@hypnoglow hypnoglow added this to the 0.9.0 milestone Nov 4, 2019
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

No branches or pull requests

2 participants