cluster-api-provider-aws icon indicating copy to clipboard operation
cluster-api-provider-aws copied to clipboard

Add OIDC Issuer/Provider to status field

Open adammw opened this issue 2 years ago • 6 comments
trafficstars

/kind feature /area provider/eks

Describe the solution you'd like A status field populated upon Cluster creation detailing the OIDC issuer/identity for the cluster which is required to make IAM trust policies for IRSA.

Anything else you would like to add: The provider already fetches and uses this information for the associateOIDCProvider feature.

The issuer can also be 'guessed' from the controlPlaneEndpoint as it uses a common form: https://oidc.eks.us-west-2.amazonaws.com/id/<ID> where <ID> is the same as the controlPlaneEndpoint ID.

adammw avatar Sep 13 '23 06:09 adammw