Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 997 Bytes

enable-iam-roles-for-service-accounts.md

File metadata and controls

17 lines (9 loc) · 997 Bytes
  1. Open the Amazon EKS console at https://console.aws.amazon.com/eks/home#/clusters.

  2. Select the name of your cluster.

  3. In the Details section on the Overview tab, note the value of the OpenID Connect provider URL.

  4. Open the IAM console at https://console.aws.amazon.com/iam/.

  5. In the left navigation pane, choose Identity Providers under Access management. If a Provider is listed that matches the URL for your cluster, then you already have a provider for your cluster. If a provider isn't listed that matches the URL for your cluster, then you must create one.

  6. To create a provider, choose Add Provider.

  7. For Provider Type, choose OpenID Connect.

  8. For Provider URL, paste the OIDC issuer URL for your cluster, and then choose Get thumbprint.

  9. For Audience, enter sts.amazonaws.com and choose Add provider.