Difference between revisions of "Creating an IAM OIDC provider for your EKS cluster"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
* [[Configuring a Kubernetes service account to assume an IAM role]]
 
* [[Configuring a Kubernetes service account to assume an IAM role]]
 
* [[EKS OIDC]]
 
* [[EKS OIDC]]
 +
* [[Dynamic Credentials with the AWS Provider]]
  
 
== See also ==
 
== See also ==

Revision as of 17:35, 20 February 2024


cluster_name=YOUR-CLUSTER-NAME && oidc_id=$(aws eks describe-cluster --name $cluster_name --query "cluster.identity.oidc.issuer" --output text | cut -d '/' -f 5) && echo $oidc_id
aws iam list-open-id-connect-providers | grep $oidc_id | cut -d "/" -f4

Related

See also

Advertising: