Fetches parameters from Azure Key Vault Secrets. Each secret becomes a Parameter, which map to a Parameter Group byadding a secret tag named 'group-name'.
azure, keyvault, key, vault, secrets
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
| Display Name | API Name | Default Value | Allowable Values | Description |
|---|---|---|---|---|
| Azure Credentials Service | azure-credentials-service | Controller Service API: AzureCredentialsService Implementation: StandardAzureCredentialsControllerService | Controller service used to obtain Azure credentials to be used with Key Vault client. | |
| Key Vault URI | key-vault-uri | Vault URI of the Key Vault that contains the secrets | ||
| Group Name Pattern | group-name-pattern | .* | A Regular Expression matching on the 'group-name' tag value that identifies Secrets whose parameters should be fetched. Any secrets without a 'group-name' tag value that matches this Regex will not be fetched. |