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

Hardcoded AWS account ID in variables.tf #19

Open
soulshake opened this issue Oct 17, 2020 · 0 comments
Open

Hardcoded AWS account ID in variables.tf #19

soulshake opened this issue Oct 17, 2020 · 0 comments

Comments

@soulshake
Copy link
Contributor

soulshake commented Oct 17, 2020

The Configure Access to EKS cluster workflow step always fails at kubectl get ns with error: You must be logged in to the server (Unauthorized).

Github actions apparently (even when it's not defined as a secret?) automatically replaces the account ID with *** in log output so this was finally tracked down by running kubectl --namespace=kube-system describe configmaps aws-auth and noticing an unfamiliar account ID, which I then found hardcoded in variables.tf.

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

1 participant