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
I am using the CDK typescript library and I need to access the OIDC issuer URL on a cluster but without the https:// in front for use in IAM roles elsewhere in my stack. It looks like clusterOpenIdConnectIssuerUrl is a token that is resolved after the stack is deployed, so I can't use string splitting on it to just grab the part that I need. What is the best way to access that information?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the CDK typescript library and I need to access the OIDC issuer URL on a cluster but without the
https://
in front for use in IAM roles elsewhere in my stack. It looks likeclusterOpenIdConnectIssuerUrl
is a token that is resolved after the stack is deployed, so I can't use string splitting on it to just grab the part that I need. What is the best way to access that information?Beta Was this translation helpful? Give feedback.
All reactions