Difference between revisions of "Aws-auth configMap"

From wikieduonline
Jump to navigation Jump to search
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
AWS IAM Authenticator for Kubernetes get information from <code>[[aws-auth]]</code> [[ConfigMap]].
+
[[AWS IAM Authenticator]] for Kubernetes get information from <code>[[aws-auth]]</code> [[ConfigMap]].
 
https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
 
https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html
  
Line 7: Line 7:
 
* <code>[[kubectl describe -n kube-system configmap/aws-auth]]</code>
 
* <code>[[kubectl describe -n kube-system configmap/aws-auth]]</code>
 
* <code>[[kubectl -n kube-system get configmap aws-auth -o=yaml]]</code>
 
* <code>[[kubectl -n kube-system get configmap aws-auth -o=yaml]]</code>
 +
 +
== Terraform ==
 +
* [[Terraform EKS module]]: <code>[[create_aws_auth_configmap]], [[manage_aws_auth_configmap]]</code>
 +
* [[Terraform resource]]: <code>[[kubernetes_config_map_v1_data]]</code>
 +
 +
== Errors ==
 +
* <code>[[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.]]</code>
 +
* <code>[[Your current user or role does not have access to Kubernetes objects on this EKS cluster]]</code>
 +
* [[Error: Unauthorized]]
 +
 +
== Activities ==
 +
* [[Enabling IAM principal access to your cluster]]
  
 
== Related ==
 
== Related ==
 
* <code>[[eksct create iamidentitymapping]]</code>
 
* <code>[[eksct create iamidentitymapping]]</code>
* <code>[[Your current user or role does not have access to Kubernetes objects on this EKS cluster]]</code>
 
 
* [[EKS single sign-on using AWS SSO]]
 
* [[EKS single sign-on using AWS SSO]]
* <code>[[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.]]</code>
+
* [[Terraform EKS module]]: <code>[[aws_auth_roles]]</code>
* <code>[[aws_auth_roles]]</code>
 
 
* [[Amazon EKS authorization]]
 
* [[Amazon EKS authorization]]
eksctl get iamidentitymapping --cluster your-eks-cluster
+
* <code>[[eksctl get iamidentitymapping]] --cluster your-eks-cluster</code>
[[Error: getting auth ConfigMap]]: Unauthorized
+
* <code>[[Error: getting auth ConfigMap]]: Unauthorized</code>
 
+
* <code>[[kind: ClusterRole]]</code>
[[kind: ClusterRole]]
+
* <code>[[HelmRoleArn]]</code> and <code>[[KubernetesRoleArn]]</code>
 +
* <code>[[system:masters]], [[system:serviceaccount:]]</code>
 +
* <code>[[kubernetes_config_map]]</code>
 +
* <code>[[kubectl get configmap -n kube-system]]</code>
 +
* [[service-account-controller]]
 +
* [[kubectl get clusterroles]]
 +
* <code>[[cluster_endpoint_public_access]]</code>
  
 
== See also ==
 
== See also ==
 
* {{aws-auth}}
 
* {{aws-auth}}
 
* {{EKS RBAC}}
 
* {{EKS RBAC}}
 +
* {{Kubernetes Authentication}}
  
 
[[Category:EKS]]
 
[[Category:EKS]]

Latest revision as of 11:33, 4 March 2024

AWS IAM Authenticator for Kubernetes get information from aws-auth ConfigMap. https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html

Examples[edit]

Terraform[edit]

Errors[edit]

Activities[edit]

Related[edit]

See also[edit]

Advertising: