PlatformBootstrap

Get internal platform bootstrap configuration

Returns the platform-authoritative bootstrap projection for an internal consumer such as a satellite, workload service, frontend server, or operator tool.

The response may include internal Kubernetes or Docker network addresses. It is not browser-safe and must be protected by service or operator authentication.

services.tenantKms is service discovery for the tenant-KMS API/command receiver. KMS provider definitions are not returned in this response; the consumer may receive the kms.providers config-domain name only so it can request the authorized settings slice through platform-config.

get/consumer-config/{consumerId}

Path parameters

consumerIdstring required

Internal consumer id, service id, or client id requesting bootstrap wiring.

Query parameters

consumerTypePlatformBootstrapConsumerType — unresolved $ref

Consumer category used for policy and diagnostics.

tenantIdstring

Optional tenant selector for tenant-specific workload cluster routing.

workloadInstanceIdstring

Optional workload instance selector for workload-cluster-specific routing.

deploymentSiteIdstring

Optional deployment site selector for site-specific routing.

requestedDomainsstring[]

Optional comma-separated config domains requested by the consumer.

knownRevisionstring

Last bootstrap revision known by the caller.

Response

Internal bootstrap configuration response.

PlatformBootstrapConfigResponse required— unresolved $ref

Changes