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

userarn should be the key instead of userARN #114

Closed

Conversation

srinivasreddych
Copy link

Under mapUsers, userARN should be replaced with userarn. kubectl doesnt add the user if the key is userARN

Under mapUsers, userARN should be replaced with userarn. kubectl doesnt add the user if the key is userARN
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 3, 2018
@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Jul 3, 2018
@niclic
Copy link

niclic commented Jul 8, 2018

Having integrated with KOPS without any issues since v0.1.0, I just ran into this very problem when deploying the same ConfigMap that we were using with KOPS to an EKS cluster (v0.3.0). Took a long time to figure out. Has the configuration changed?

@christopherhein
Copy link
Member

It's actually a configuration difference between EKS and the OSS aws-iam-authenticator. We're in conversations about changing the loading of these roles using CRDs instead check out - #116 for more information on that.

For now the OSS distro still uses the userARN & roleARN and EKS uses userarn & rolearn.

@nckturner
Copy link
Contributor

Closing this, as @christopherhein said, its a (confusing) difference between OSS and EKS authenticator. Were working on moving to the OSS configuration, but for now, EKS users should refer to the EKS docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants