Azure / aci-deploy

Enable GitHub developers to deploy to Azure Container Instances using GitHub Actions
MIT License
63 stars 60 forks source link

Secure Environment Variables not stored registered as secure in ACI #42

Closed dbrooks5 closed 3 years ago

dbrooks5 commented 3 years ago

Environment variables that are registered using the secure-environment-variables syntax are grouped together with the environment-variables and the values of the variable are visible in plain text in the container properties.

kanika1894 commented 3 years ago

hey @dbrooks5, can you provide more context around the issue? An example/sample run will be great :)

prein commented 3 years ago

@kanika1894 please find more context in #47

github-actions[bot] commented 3 years ago

This issue is marked need-to-triage for generating issues report.

kanika1894 commented 3 years ago

Closing this as a duplicate issue with more details exists https://github.com/Azure/aci-deploy/issues/47