[FEATURE REQ] Add Provider block to Microsoft.KubernetesConfiguration #31357
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
Kubernetes Configuration
Mgmt
This issue is related to a management-plane library.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2023-05-01/fluxconfiguration.json#L431
API Spec version
2023-05-01
Please describe the feature.
Description
Flux release new feature which enable us to use OIDC authentication. Now we can pull code from ADO repository using workload identity instead of using PAT token.
FLUX feature release: https://fluxcd.io/blog/2024/09/flux-v2.4.0/#azure-devops-oidc-authentication
Detail on how to set up Azure OIDC: https://fluxcd.io/flux/components/source/gitrepositories/#provider
We are using flux extension on AKS so that we can utilize terraform to configure fluxconfig, gitrepository objects of flux. Apparently, Azure REST API does not support provider block.
Related github issue to update terraform block: hashicorp/terraform-provider-azurerm#27821
The text was updated successfully, but these errors were encountered: