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

EKS cluster auth mapping #10

Open
redradrat opened this issue May 13, 2020 · 0 comments
Open

EKS cluster auth mapping #10

redradrat opened this issue May 13, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@redradrat
Copy link
Owner

User/Role resource should have an option to map a the created resource for EKS cluster access.

Proposal:
Custom Resource User/Role should offer an option to register itself with the context cluster's AWS authentication map, and provide an option to map to an RBAC role.

apiVersion: aws-iam.redradrat.xyz/v1beta1
kind: User
metadata:
  name: user-sample
spec:
  createLoginProfile: false
  createProgrammaticAccess: true
  eksClusterMapping:
    - username: "demouser"
      groups:
        - "demo:group"
---
apiVersion: aws-iam.redradrat.xyz/v1beta1
kind: Role
metadata:
  name: role-sample
spec:
  createServiceAccount: false
  eksClusterMapping:
    - username: "demouser"
      groups:
        - "demo:group"
@redradrat redradrat added the enhancement New feature or request label May 13, 2020
@redradrat redradrat added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant