Azure Key Vault Provider
The azure-key-vault provider uses Azure Key Vault.
Configuration
| Variable | Default Value | Description |
|---|---|---|
secrets.azure-key-vault.endpoint | https://yourvault.vault.azure.net/ | The endpoint to your Key Vault instance. |
In addition to the above non-sensitive configuration, you need to specify the authentication details for Key Vault. You can do this by setting the AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET environment variables before running Redwood commands.