actions icon indicating copy to clipboard operation
actions copied to clipboard

Support for securely setting ACR credentials for WebApps Containers

Open RoopeshNair opened this issue 5 years ago • 3 comments

RoopeshNair avatar Sep 09 '19 07:09 RoopeshNair

Issue: Currently Azure portal for App service shows credentials appear in plain text with just a click of a button.

Scenario: To deploy from ACR, Private Docker hub or Private registry, Web app for container action (azure/webapps-container-deploy@v1) will need to update the “Container Settings” in Azure web app via REST API. In case of private docker hub and private registry, we will have to set the user creds in the “Container Setting”. For ACR, since container is in Azure, we don’t have to explicitly give any credentials. However, Azure exposes these “Container Setting” values in the “App Setting” section of the same web app. Snip below is for ACR, where the Password can be seen in the portal in App Setting section (if clicked on the “Show values” tab). image

N-Usha avatar Sep 20 '19 07:09 N-Usha

This issue is idle because it has been open for 14 days with no activity.

github-actions[bot] avatar Jun 07 '21 12:06 github-actions[bot]

@N-Usha Could you update this issue with latest status?

raiyanalam avatar Apr 19 '22 05:04 raiyanalam