Skip to content
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

Open
1 task done
configdump opened this issue Jul 27, 2023 · 5 comments
Open
1 task done

Support for Authentication #14

configdump opened this issue Jul 27, 2023 · 5 comments

Comments

@configdump
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

Support for auth_settings

New or Affected Resource(s)/Data Source(s)

azurerm_container_app

Potential Terraform Configuration

Similar setting as in azurerm_app_service(https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_service.html#auth_settings)

References

Similar setting as in azurerm_app_service(https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/app_service.html#auth_settings)

@lonegunmanb
Copy link
Member

Hi @configdump thanks for opening this issue, I've checked the document but I cannot find configuration like auth_settings, would you please give us more details about your request? Thanks.

@configdump
Copy link
Author

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)

@lonegunmanb
Copy link
Member

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!

@eksrha
Copy link

eksrha commented Nov 9, 2023

Hi, what is the status on this topic?
Would be really nice to have this.

@lonegunmanb
Copy link
Member

@eksrha Thanks for asking, we can only bring this feature to this module once it has been supported in the AzureRM provider, if you like this idea, please add a thumb up here, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants