Key Management: Providers
Catalog id: resource.kms.providers
Joined management and runtime view of key stores. Provider id is immutable after create. Default provider receives new keys unless the operator chooses another.
Guide: Secrets and KMS providers, Keys and DID.
Open it
| Navigation | Resources > Key Management > Providers |
| Deep link | #resource=kms&rarea=providers |
| Scope | Platform and tenant |
What you can do
Inspect technology, owner, status, and default. Open a row for configuration and write-only credential status. Add KMS creates a new store. Enable platform offers when present. Share (platform), set default, validate, detach, or retire according to row actions and confirms.
REST
- Overview
- Request
- Response
List KMS offerings
Endpoint: GET /api/platform/config/v1/tenants/00000000-0000-4000-8000-000000000000/kms/offerings
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.
- Overview
- Request
- Response
List KMS resources
Endpoint: GET /api/platform/config/v1/tenants/00000000-0000-4000-8000-000000000000/kms/resources
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.
- Overview
- Request
- Response
List runtime KMS providers
Endpoint: GET /api/kms/v1/providers
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.