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
Error: building client: unable to obtain access token: clientAssertionAuthorizer: cannot parse certificate: x509: malformed certificate
with provider["registry.terraform.io/hashicorp/azuread"],
on main.tf line 5, in provider "azuread":
5: provider "azuread" {}
Expected Behavior
OIDC auth should work as 2.27
Actual Behavior
Can't run terraform plan or apply since the oidc auth from github action doesn't work with azuread provider 2.28. 2.27 works.
The text was updated successfully, but these errors were encountered:
Is there any full documentation and example how to setup OIDC auth in GitHub actions for 2.28 version? Something changed since the old configuration doesn't work for 2.28.
@Satak Thanks for reporting this. I've looked into it and it does seem like GitHub OIDC auth is unfortunately broken. I believe I've found the cause and we should be able to issue a patch release for this shortly.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform (and AzureAD Provider) Version
2.28.0
Affected Resource(s)
OIDC auth
Terraform Configuration Files
Debug Output
Expected Behavior
OIDC auth should work as 2.27
Actual Behavior
Can't run terraform plan or apply since the oidc auth from github action doesn't work with azuread provider 2.28. 2.27 works.
The text was updated successfully, but these errors were encountered: