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 setting Microsoft.Web/sites/basicPublishingCredentialsPolicies #20572

Closed
1 task done
guidojw opened this issue Feb 20, 2023 · 10 comments
Closed
1 task done
Labels
enhancement service/web-app upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR

Comments

@guidojw
Copy link

guidojw commented Feb 20, 2023

Is there an existing issue for this?

  • I have searched the existing issues

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

I want to be able to disable ftp/scm authentication to my function app using azurerm, it doesn't look like this is supported currently.

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

azurerm_windows_web_app, azurerm_windows_web_app_slot, azurerm_linux_web_app, azurerm_linux_web_app_slot, azurerm_windows_function_app, azurerm_windows_function_app_slot, azurerm_linux_function_app, azurerm_linux_function_app_slot

Potential Terraform Configuration

resource "azurerm_function_app" "resource_name" {
  ...
  ftp_local_auth_disabled = true
  scm_local_auth_disabled = true
}

References

@xiaxyi
Copy link
Contributor

xiaxyi commented Feb 21, 2023

Thanks @guidojw for raising this issue, I added it to the enhancement list, will update once there is a progress.

@xiaxyi
Copy link
Contributor

xiaxyi commented Feb 21, 2023

This is blocked by api issue:Azure/azure-rest-api-specs#22714. Once the api issue is addressed, I will continue with Terraform support for this feature.

@guidojw
Copy link
Author

guidojw commented Feb 21, 2023

Thanks for the quick response! I'm just starting with Terraform and azurerm so the example configuration I thought of may not actually be very logical 🙏🏻

@xiaxyi
Copy link
Contributor

xiaxyi commented Feb 22, 2023

@guidojw no problems, let's keep monitor the fix from the api side.

@mybayern1974 mybayern1974 added enhancement upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR service/web-app labels Feb 27, 2023
@byteknacker
Copy link

Thank you for clarifying this issue. We also face the same problem. Right now, we can only use this documentation and the az cli command in a script to manipulate the FTP local auth setting. Also watching this issue closely. https://azure.github.io/AppService/2020/08/10/securing-data-plane-access.html

@mharris4-eqr
Copy link

We are having the same issue

@danielguo72
Copy link

Is there any update on this issue? Has it been put onto the backlog or some sort? It's a missing feature definitely

@DucVanNgo
Copy link

Any update on this issue?

@guidojw
Copy link
Author

guidojw commented Jan 31, 2024

Looks like this was added in #23900

@guidojw guidojw closed this as completed Jan 31, 2024
Copy link

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 Apr 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement service/web-app upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR
Projects
None yet
Development

No branches or pull requests

7 participants