aws-auth configMap for EKS
(Redirected from Aws-auth)
Jump to navigation
Jump to search
AWS IAM Authenticator for Kubernetes get information from aws-auth ConfigMap.
https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
system:masters system:anonymous system:basic-user system:unauthenticated
Examples[edit]
kubectl edit -n kube-system configmap/aws-authkubectl describe -n kube-system configmap/aws-authkubectl -n kube-system get configmap aws-auth -o=yaml
Terraform[edit]
- Terraform EKS module:
create_aws_auth_configmap, manage_aws_auth_configmap - Terraform resource:
kubernetes_config_map_v1_data
Errors[edit]
The SSO session associated with this profile has expired or is otherwise invalid. To refresh this SSO session run aws sso login with the corresponding profile.Your current user or role does not have access to Kubernetes objects on this EKS clusterError: Unauthorized
Activities[edit]
Related[edit]
eksct create iamidentitymapping- EKS single sign-on using AWS SSO
- Terraform EKS module:
aws_auth_roles - Amazon EKS authorization
eksctl get iamidentitymapping --cluster your-eks-clusterError: getting auth ConfigMap: Unauthorizedkind: ClusterRoleHelmRoleArnandKubernetesRoleArnsystem:masters, system:serviceaccount:- Terraform resource:
kubernetes_config_map kubectl get configmap -n kube-systemservice-account-controllerkubectl get clusterrolescluster_endpoint_public_accesseks:- EKS API
See also[edit]
- AWS IAM Authenticator for Kubernetes:
aws-auth, kubectl edit -n kube-system configmap/aws-auth, eksctl create iamidentitymapping,mapUsers:, mapRoles:, mapAccounts:, EKS API - 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, AmazonEKSAdminViewPolicy, AmazonEKSEditPolicy, AmazonEKSViewPolicy, AmazonEKSAutoNodePolicy, AmazonEKSBlockStoragePolicy, AmazonEKSLoadBalancingPolicy, AmazonEKSNetworkingPolicy, AmazonEKSComputePolicy, AmazonEKSClusterInsightsPolicy, kubernetes_cluster_role_v1 - Kubernetes Authentication, bearer tokens, certificate authentication, Service accounts,
CertificateSigningRequest, aws-auth, EKS Authentication,kind: Config,gke-gcloud-auth-plugin
Advertising: