-
Notifications
You must be signed in to change notification settings - Fork 26
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 Authentication #14
Comments
Hi @configdump thanks for opening this issue, I've checked the document but I cannot find configuration like |
azurerm_container_app does not support authentication settings as of today. This is supported by az cli(https://learn.microsoft.com/en-us/cli/azure/containerapp/auth?view=azure-cli-latest) and also possible to set this up in the azure web portal. This feature request is to implement this feature in terraform. implementation can be similar to the auth setting implementation in azurerm_app_service auth settings(https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_service.html#auth_settings) |
Thanks for the clarification @configdump, it looks like we must implement this feature first in AzureRM provider, I've searched and found this issue. Please stay tuned and ping me here once the issue has been solved, thanks! |
Hi, what is the status on this topic? |
Is there an existing issue for this?
Description
Support for auth_settings
New or Affected Resource(s)/Data Source(s)
azurerm_container_app
Potential Terraform Configuration
References
Similar setting as in azurerm_app_service(https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_service.html#auth_settings)
The text was updated successfully, but these errors were encountered: