-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Description
Deployment Mode
Deploy To Azure
Steps to reproduce
We should be using a keyvault in Data Management Zone to get access to this or some other way. Not secure to keep that in code. Or update documentation on how to secure it.
data-landing-zone/infra/params.dev.json
Line 62 in ca7a66c
| "value": "<your-secure-password>" |
Example on how to secure it
"administratorPassword": {
"reference": {
"keyVault": {
"id": "/subscriptions/<SubcriptionID>/resourceGroups/<ResourceGroup>/providers/Microsoft.KeyVault/vaults/<KeyVault>"
},
"secretName": "<SecretName>"
}
},
Error Message
No response
Screenshots
No response
Code of Conduct
- I agree to follow this project's Code of Conduct