Skip to content

Bug: administratorPassword should not be in params #245

@mike-leuer

Description

@mike-leuer

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.

"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

Metadata

Metadata

Assignees

Labels

backlogBacklog itembugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions