-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 azurerm_managed_identity_federated_identity_credential #18617
Comments
For those interested I got this working using the azAPI
|
This resources in a loop results into concurrency errors:
This should be remembered, it a terraform resources has been created. |
This functionality has been released in v3.31.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Is there an existing issue for this?
Community Note
Description
Add support for creating federated identity credentials for managed identity
New or Affected Resource(s)/Data Source(s)
azurerm_managed_identity_federated_identity_credential
Potential Terraform Configuration
I assume basically the same as https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application_federated_identity_credential
References
I would like to use this with AKS, (docs for this feature are in this PR: Azure/azure-workload-identity#577)
More info at https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview as well
The text was updated successfully, but these errors were encountered: