You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
Using module version 20.31.1.
It is not a drop-in replacement to use the new cluster_dualstack_oidc_issuer_url compared to the previous cluster_oidc_issuer_url module output.
For the old issuer_url this module creates an aws_iam_openid_connect_provider resource in the account creating the cluster. However there is not an analogous dualstack provider created for cluster_dualstack_oidc_issuer_url.
Describe the solution you'd like.
Create an aws_iam_openid_connect_provider attached to the dualstack url.
Export that provider from the module via cluster_dualstack_oidc_provider_arn.
Provide a way / migration path to turn off the old issuer url and only create/use the dualstack version.
The text was updated successfully, but these errors were encountered:
I'm probably missing something but I guess it's worth pointing out that this dualstack issuer does not work for IRSA. If you do create a new provider with this cluster_dualstack_oidc_issuer_url and you define an IRSA role using this new provider, a pod will not properly AssumeRoleWithWebIdentity with it because the IRSA roles are still tied to the non-dualstack issuer url. The JWT injected into your pod is minted with the iss claim matching the non-dualstack issuer.
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
Is your request related to a problem? Please describe.
Using module version 20.31.1.
It is not a drop-in replacement to use the new
cluster_dualstack_oidc_issuer_url
compared to the previouscluster_oidc_issuer_url
module output.For the old issuer_url this module creates an
aws_iam_openid_connect_provider
resource in the account creating the cluster. However there is not an analogous dualstack provider created forcluster_dualstack_oidc_issuer_url
.Describe the solution you'd like.
aws_iam_openid_connect_provider
attached to the dualstack url.cluster_dualstack_oidc_provider_arn
.The text was updated successfully, but these errors were encountered: