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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Is there an existing issue for this?
Community Note
Description
There is a
local_auth_enabled
property on the resource (https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_configuration#local_auth_enabled-2), but this has no effect on the "Authentication Mode" seen in the attached screenshot.Manually clicking the "pass-through" property directly in Azure Portal and it changed from this resource json:
"dataPlaneProxy": { "authenticationMode": "Local", "privateLinkDelegation": "Disabled" }
to this resource json.
"dataPlaneProxy": { "authenticationMode": "Pass-through" , "privateLinkDelegation": "Disabled" }
This looks to match this property in the Azure API documentation: https://learn.microsoft.com/en-us/rest/api/appconfiguration/configuration-stores/update?view=rest-appconfiguration-2024-05-01&tabs=HTTP#authenticationmode
New or Affected Resource(s)/Data Source(s)
azurerm_app_configuration
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: