Secrets: Storage
Catalog id: resource.secrets.storage
Shows which backend currently holds secrets for this scope. Tenant view uses assignment; platform view uses platform storage (environment may be read-only).
Guide: Secrets and KMS providers.
Open it
| Navigation | Resources > Secrets > Storage |
| Deep link | #resource=secrets&rarea=storage (tenant) or #tenant=platform&resource=secrets&rarea=storage |
| Scope | Platform and tenant |
Tenant
Platform
REST
Tenant assignment:
- Overview
- Request
- Response
Get tenant secret assignment
Endpoint: GET /api/platform/config/v1/tenants/acme/secrets/assignment
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.
Platform storage:
- Overview
- Request
- Response
Get platform secret storage
Endpoint: GET /api/platform/admin/v1/application/secrets/storage
Captured response: 200 OK
This captured endpoint is shown from the E2E run; it is not mapped to one of the generated EDK REST API reference pages.
Connect an environment to rewrite this call to real service bases and run it.