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 trying to use your code, but it's dying on the federated identity credential. I am getting this error:
│ User Assigned Identity Name: "azure-alb-identity"
│ Federated Identity Credential Name: "azure-alb-identity"): unexpected
│ status 400 (400 Bad Request) with error: BadRequest: The request format was
│ unexpected. Federated Identity Credential must specify 'issuer', 'subject'
│ and 'audience'.
The text was updated successfully, but these errors were encountered:
Could you try to add a depends_on = [module.aks] at the above resource ? It could be it fails randomly if the value for module.aks.oidc_issuer_url is not available yet ?
I am trying to use your code, but it's dying on the federated identity credential. I am getting this error:
The text was updated successfully, but these errors were encountered: