This message was deleted.
# aws
s
This message was deleted.
b
it's really poorly documented by aws I'm afraid, the url parameter should be an output from the EKS cluster
cluster.identity[0].oidc[0].issuer
b
hmm. Not sure you understood me right. I am able to create the oicd provider using the url from the cluster with`*identities[0].Oidcs[0].Issuer` but I cannot associate this provider with the cluster. There is no method for it. Or is it?
Oh I see. I'm not using the latest version v3
b
yes I understood you, the way you associate the openidconnect provider with your cluster is that your cluster as a url that you need to point it to, and you've set the url to
pulumi.String(issuer)
so you've done everything needed
b
ah. thanks!