Created
May 1, 2024 07:52
-
-
Save mvasilenko/7e2b269418cdab402ddf5bafdfe72fd6 to your computer and use it in GitHub Desktop.
aws eks configmap auth sso admin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
data: | |
mapRoles: | | |
- rolearn: arn:aws:iam::661556513509:role/eksctl-aws-eks-cluster-1-nodegrou-NodeInstanceRole-KSVSFUXWT7C2 | |
username: system:node:{{EC2PrivateDNSName}} | |
groups: | |
- system:bootstrappers | |
- system:nodes | |
- eks-console-dashboard-full-access-group | |
- rolearn: arn:aws:iam::661556513509:role/AWSReservedSSO_AdministratorAccess_fb8ce9637ede3a97 | |
username: ssoadmin:{{SessionName}} | |
groups: | |
- system:masters | |
mapUsers: | | |
- userarn: arn:aws:iam::661556513509:user/eks-global-admin | |
username: eks-global-admin | |
groups: | |
- system:masters | |
- userarn: arn:aws:iam::661556513509:user/Volterra-User | |
username: Volterra-user | |
groups: | |
- system:masters | |
kind: ConfigMap | |
metadata: | |
name: aws-auth | |
namespace: kube-system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment