-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for OIDC Authentication #101
Comments
https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/azidentity doesn't support OIDC yet. Roadmap: Azure/azure-sdk-for-go#16728 |
Helper already available via hashicorp/go-azure-helpers#115 Terraform 1.2.0 introduced support for backend authentication OIDC as well |
@ms-henglu can you check if you can progress with this issue? Looks like the dependency has been closed Azure/azure-sdk-for-go#16728 |
Just got blocked by this as we're using OIDC for GitHub Actions on a new project. We're setting the |
@LaurentLesle - Thanks! I just checked again, it seems they're tracking this feature by Azure/azure-sdk-for-go#15615 according to Azure/azure-sdk-for-go#16728 (comment). |
AzAPI provider currently does not support OIDC authentication. (Azure/terraform-provider-azapi#101) Comment out until this is supported. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Any news on that feature ? |
Does it make sense to provide a temporarily solution based on the upcoming release, with the workaround described here Azure/azure-sdk-for-go#15615 (comment)? @ms-henglu would you be interested in this as a contribution from the community? |
Hi @dschniepp , Thanks for the suggestion! I'll give it a try when the azidentity v1.2.0 stable version released in the next week. |
Thanks, @ms-henglu if you need support feel free to loop me in. |
@grayzu was this planned for |
Hi all, This feature has been released in v1.3.0. More details can be found here: https://registry.terraform.io/providers/Azure/azapi/latest/docs/guides/service_principal_oidc I'll close this issue but feel free to reopen it if there's any further question. |
Use OpenID Connect within your workflows to authenticate with Azure.
Blocked by Azure/azure-sdk-for-go#15615
doc: https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure
similar issue: hashicorp/terraform-provider-azurerm#16554
The text was updated successfully, but these errors were encountered: