openshift/secrets/azkeyvault/vault-name¶
Azure Key Vault name used as the URI host in Azure-backed secret references
The Azure Key Vault name (the host prepended to .vault.azure.net) used in
the reference URIs built by the openshift-secrets-azkeyvault profile. This
is a different thing from the plugin instance name that DRP dispatches on
(the URI scheme, named by openshift/secrets/store).
Usage¶
The default resolves to openshift/secrets/store, preserving the simple
convention: name your azkeyvault plugin instance identically to your Key
Vault and set nothing else. Set this param explicitly to decouple the two,
for example when the plugin instance cannot share the Key Vault's name or
when different clusters store secrets in different Key Vaults through the
same naming scheme.
Requirements¶
Azure Key Vault names are lowercase; the plugin instance name in
openshift/secrets/store must also be lowercase because DRP lowercases the
URI scheme before dispatching.
Objects that Reference openshift/secrets/azkeyvault/vault-name¶
- profiles openshift-secrets-azkeyvault in Openshift as part of Params.openshift/secrets/pull-secret-uri (used)
- profiles openshift-secrets-azkeyvault in Openshift as part of Params.openshift/secrets/uri-prefix (used)