SecretProviders

Write secret values through the tenant's selected provider

Writes one or more secret values through the tenant's selected writable secret provider and returns the canonical reference for each key. Values are write-only; only the resulting references are returned so they can be stored in configuration. The selected provider must be writable - a read-only provider (such as the environment floor or a Kubernetes secret mount) is rejected.

put/tenants/{tenantId}/secrets/values

Parameters

./platform-config-components.yml#/components/parameters/TenantId — unresolved $ref

Request body

SecretValuesWriteRequest required— unresolved $ref

Response

Canonical references for the written values.

SecretValuesWriteResult required— unresolved $ref

Changes