Compute

List secret keys in a group

Retrieve the keys (names) of secrets in a specified group within a compute environment. For security reasons, actual secret values are not returned - only the keys and metadata.

get/compute/v1/secrets/{group}

Path parameters

groupstring required

Name of the secret group to list keys from

Query parameters

envstring

Environment name. If not specified, uses the default environment

Response

Secret keys retrieved successfully

Changes