You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
When using the standard AWS CLI profile defined as:
I am able to upload artifacts as the cross-account user via the AWS CLI (
AWS_PROFILE=helm-chart-uploader
), but when running thehelm 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)The text was updated successfully, but these errors were encountered: