For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

List secrets (alpha)Added in 8.10

POST 

/secrets/list

Strongly Consistent About endpoint data consistency

List the camunda.secrets.* references known for the caller's physical tenant.

Only references the caller holds SECRET:READ on are returned. This endpoint never returns secret values, only the reference names.

The references are read from the secret stores configured for the caller's physical tenant. Secret names that cannot form a valid camunda.secrets.<name> reference (for example names containing a dot or a dash) are omitted, since they could neither be resolved nor be used in a BPMN expression.

This endpoint is an alpha feature and may be subject to change in future releases.

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
SECRETREAD

Results you are not authorized to access are filtered from the response rather than rejected.

Request

Responses

The references the caller is authorized to see.