sonatype / nxrm3-ha-repository

Repository for YAML configuration files for Nexus Repository Manager High Availability Feature
16 stars 17 forks source link

Support for setting clientID on Azure SecretProviderClass #77

Open jackmtpt opened 2 months ago

jackmtpt commented 2 months ago

The clientID property is needed in order to use Workload Identity to fetch secrets from Azure Key Vault.

e.g. in spec.parameters:

clientID: {{ .Values.secret.azure.userAssignedIdentityID }}