Difference between revisions of "Terraform EKS module: aws auth users"
Jump to navigation
Jump to search
↑ https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_aws_auth_users
Line 2: | Line 2: | ||
{{aws_auth_users_example}} | {{aws_auth_users_example}} | ||
+ | |||
+ | == Errors == | ||
+ | * <code>[[Error: The configmap "aws-auth" does not exist]]</code> | ||
== Related == | == Related == | ||
* <code>[[aws_auth_roles]], [[ aws_auth_accounts]]</code> | * <code>[[aws_auth_roles]], [[ aws_auth_accounts]]</code> | ||
− | * | + | * <code>[[kubectl describe configmap aws-auth -n kube-system]]</code> |
− | |||
* <code>[[system:masters]]</code> | * <code>[[system:masters]]</code> | ||
Revision as of 13:04, 19 September 2023
aws_auth_users = [ { userarn = "arn:aws:iam::66666666666:user/user1" username = "user1" groups = ["system:masters"] }, { userarn = "arn:aws:iam::66666666666:user/user2" username = "user2" groups = ["system:masters"] }, ]
Errors
Related
See also
- Terraform EKS module:
manage_aws_auth_configmap, aws_auth_users, aws_auth_roles, aws_auth_accounts, userarn
- Terraform EKS module:
manage_aws_auth_configmap, create_aws_auth_configmap, aws_auth_roles, aws_auth_users, aws_auth_accounts, module.eks, Amazon EKS Blueprints for Terraform, OIDC
- EKS RBAC, Amazon EKS authentication, Amazon EKS authorization,
aws eks get-token, aws-auth ConfigMap, aws-iam-authenticator, eksctl create iamidentitymapping, eksctl get iamidentitymapping, eks:AccessKubernetesApi, eks-connector
, K8s Cluster roles,AmazonEKSAdminPolicy
,AmazonEKSClusterAdminPolicy
Advertising: