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
(22 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <code>aws_auth_users</code> [[input]] <ref>https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_aws_auth_users</ref> | |
− | https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_aws_auth_users | + | |
+ | {{aws_auth_single_user_example}} | ||
+ | |||
+ | {{aws_auth_users_example}} | ||
+ | |||
+ | == Errors == | ||
+ | * <code>[[Error: The configmap "aws-auth" does not exist]]</code> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws_auth_roles]], [[ aws_auth_accounts]]</code> | ||
+ | * <code>[[kubectl describe configmap aws-auth -n kube-system]]</code> | ||
+ | * <code>[[system:masters]]</code> | ||
+ | * <code>[[manage_aws_auth_configmap = true]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{aws_auth_users}} | ||
+ | * {{Terraform EKS module}} | ||
+ | * {{EKS RBAC}} | ||
+ | |||
+ | [[Category:EKS]] |
Latest revision as of 07:41, 28 June 2024
aws_auth_users = [ { userarn = "arn:aws:iam::66666666666:user/user1" username = "user1" groups = ["system:masters"] } ]
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[edit]
Related[edit]
aws_auth_roles, aws_auth_accounts
kubectl describe configmap aws-auth -n kube-system
system:masters
manage_aws_auth_configmap = true
See also[edit]
- 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: