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

Support mapRoles configuration #4

Open
gp42 opened this issue Dec 19, 2021 · 1 comment
Open

Support mapRoles configuration #4

gp42 opened this issue Dec 19, 2021 · 1 comment

Comments

@gp42
Copy link
Owner

gp42 commented Dec 19, 2021

In order to fully manage aws-auth configMap, the operator needs to support role mapping.

Example configuration:

  mapRoles: |
    - rolearn: <aws_role_arn>
      username: <username>  # optional, defaults to AWS Role name
      groups:
        - dev-operator-k8s-admins
        - dev-operator-k8s-users
@autarchprinceps
Copy link

autarchprinceps commented Mar 18, 2022

Agree, we have never synced a group or user before, but roles is required for every cluster we manage. Direct usage of IAM users is not AWS best practices anyway.

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

2 participants