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

fix: upgrade client-go #6

Merged
merged 1 commit into from
Sep 22, 2020
Merged

Conversation

alinefr
Copy link
Contributor

@alinefr alinefr commented Sep 22, 2020

EKS authentication needs an updated client-go version
Ref: bitnami-labs/sealed-secrets#110

At the moment, when executed on EKS cluster, it cannot get authenticated

Error: failed to execute ".terraform/modules/rds-postgres-password/bin/get-secret-value": cannot get the "app-test-env" secret in "app" namespace: secrets "app-test-env" is forbidden: User "system:anonymous" cannot get resource "secrets" in API group "" in the namespace "app"

This is because EKS implements authentication in a different way than upstream kubernetes. Latest client-go has solved this already.

EKS authentication needs an updated client-go version
Ref: bitnami-labs/sealed-secrets#110
@gearnode
Copy link
Owner

Thanks!

@gearnode gearnode merged commit 299225e into gearnode:master Sep 22, 2020
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.

2 participants