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 disabling basic auth access to the SCM site #9290

Closed
jmcshane opened this issue Nov 12, 2020 · 3 comments · Fixed by #23900
Closed

Support for disabling basic auth access to the SCM site #9290

jmcshane opened this issue Nov 12, 2020 · 3 comments · Fixed by #23900

Comments

@jmcshane
Copy link
Contributor

Community Note

  • 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

Description

Some organizations require that access to the app service via a generated username/password be disabled and all access go through Azure AD RBAC. Allow app services to disable webdeploy and scm for app services: https://docs.microsoft.com/en-us/azure/app-service/deploy-configure-credentials#webdeploy-and-scm

This should operate in the same way that ftp is disabled in #2651.

New or Affected Resource(s)

  • azurerm_app_service

Potential Terraform Configuration

azurerm_app_service {
  site_config {
    web_deploy = "Disabled"
  }
}

References

@byteknacker
Copy link

Hello, I definitely need this feature for my work. Is there an update on it?

@yesoos
Copy link

yesoos commented Sep 14, 2023

Same here - for the new modules especially:

azurerm_linux_web_app and azurerm_windows_web_app

Copy link

github-actions bot commented May 2, 2024

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants