manage aws auth configmap (Terraform EKS module)
(Redirected from Manage aws auth configmap)
Jump to navigation
Jump to search
Default: false
manage_aws_auth_configmap = true
│ An argument named "manage_aws_auth_configmap" is not expected here. Solution: make sure configuration is inside your eks module part of the code
Error: The configmap "aws-auth" does not exist
Errors[edit]
- Your current user or role does not have access to Kubernetes objects on this EKS cluster
- Unauthorized
Related[edit]
- Terraform EKS module official usage example
- Terraform EKS module:
aws_auth_users - Terraform EKS module:
create_aws_auth_configmap kubectl describe configmapaws-authConfigMapcreate_aws_auth_configmap
See also[edit]
- Terraform EKS module:
manage_aws_auth_configmap, aws_auth_users, aws_auth_roles, aws_auth_accounts, userarn - Terraform EKS module (link): Deploy EKS cluster using Terraform,
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, cluster_security_group_additional_rules, access_entries, eks_managed_node_groups, compute_config (Auto mode) - AWS IAM Authenticator for Kubernetes:
aws-auth, kubectl edit -n kube-system configmap/aws-auth, eksctl create iamidentitymapping,mapUsers:, mapRoles:, mapAccounts:, EKS API
Advertising: