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
federated identity credentials (basically, some sort of association between a managed identity and a kubernetes service account). azurerm-provider does not currently offer support for that.
@favoretti thanks, I was not aware of pandora :)
Since you assigned hashicorp/terraform-provider-azurerm#18617 to yourself, I guess you plan to implement support for the new resource as well. Then I'll just follow updates.
Is there an existing issue for this?
Community Note
Service Name
msi/resource-manager
API Versions Required
2022-01-31-preview
References
Target usage
To fully enable Workload Identity setups on AKS (https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview), 3 things are required:
oidc_issuer_enabled
: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/kubernetes_cluster#oidc_issuer_enabledworkload_identity_enabled
: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#workload_identity_enabledAfter a client for msi/resource-manager is generated, it'll help to work on a PR for this feature request: hashicorp/terraform-provider-azurerm#18617
Azure API
Extra information
The text was updated successfully, but these errors were encountered: