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 "+1" or "me too" comments, 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.
Description
Azure Container apps now support client certificate authentication.
This feature can be turned on in the portal or via the REST API. However, when redeploying the app via terraform, it is reset to "ignore", i.e., disabled.
Is there an existing issue for this?
Community Note
Description
Azure Container apps now support client certificate authentication.
This feature can be turned on in the portal or via the REST API. However, when redeploying the app via terraform, it is reset to "ignore", i.e., disabled.
The Go SDK already supports this feature in version 2.0.0 (see: https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/resourcemanager/appcontainers/armappcontainers/CHANGELOG.md#200-2023-08-25 "New enum type IngressClientCertificateMode").
New or Affected Resource(s)/Data Source(s)
azurerm_container_app
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/container-apps/client-certificate-authorization
The text was updated successfully, but these errors were encountered: