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

Bug: administratorPassword should not be in params #245

Open
1 task done
mike-leuer opened this issue Sep 2, 2022 · 1 comment
Open
1 task done

Bug: administratorPassword should not be in params #245

mike-leuer opened this issue Sep 2, 2022 · 1 comment
Assignees
Labels
backlog Backlog item bug Something isn't working

Comments

@mike-leuer
Copy link
Contributor

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

@mike-leuer mike-leuer added backlog Backlog item bug Something isn't working labels Sep 2, 2022
@mike-leuer
Copy link
Contributor Author

Same with purviewSelfHostedIntegrationRuntimeAuthKey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog item bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants