SecretProviders
Select and configure the tenant's secret provider
Selects and configures the secret provider that resolves and stores the tenant's secret references. The concrete request shape is chosen by type. Credentials are supplied as references resolved at runtime and are never returned. The optional partitionStrategy and instanceId control how the provider shards tenant and instance addresses; when omitted the per-type default strategy applies.
put/tenants/{tenantId}/secrets/provider
Parameters
./platform-config-components.yml#/components/parameters/TenantId — unresolved $ref
Request body
SetSecretProviderRequest required— unresolved $ref
Response
Selected secret provider.
SecretProvider required— unresolved $ref
Changes
Changed in 1 of the 19 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○