Difference between revisions of "Terraform EKS module: aws auth users"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 6: | Line 6: | ||
== Related == | == Related == | ||
* <code>[[aws_auth_roles]], [[ aws_auth_accounts]]</code> | * <code>[[aws_auth_roles]], [[ aws_auth_accounts]]</code> | ||
+ | [[Error: The configmap "aws-auth" does not exist]] | ||
== See also == | == See also == |
Revision as of 18:36, 20 March 2023
aws_auth_users https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_aws_auth_users
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"] }, ]
Related
Error: The configmap "aws-auth" does not exist
See also
- 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: