helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

Unable to push from EKS

Open dilipv21 opened this issue 4 years ago • 2 comments

Hi Team,

I have setup s3 bucket with all required permssions to use as helm repo, however chartmuseum always return below error:

Helm Chart Details: chartmuseum-2.12.0 app-version- 0.12.0

EKS Cluster: v1.14

Error: 500: AccessDenied: Access Denied status code: 403, request id: , host id: Error: plugin "push" exited with error

We are trying to use EKS OIDC (https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/).

Please note, other pods are working fine able to access s3 with service account, verified permission.

dilipv21 avatar May 11 '20 11:05 dilipv21

https://github.com/helm/chartmuseum/issues/328

dilipv21 avatar May 12 '20 02:05 dilipv21

Are you sure this is a helm-push issue? I guess ChartMuseum is the one who should authenticate with AWS, not this plugin (that only talks to ChartMuseum).

sagikazarmark avatar Sep 01 '20 15:09 sagikazarmark