List secret provider connections
Lists the workspace’s external secret-provider connections (e.g. 1Password). Use a connection id from this response as secret_provider_id when creating or updating a vault entry. Connections are created and managed from the dashboard; this endpoint is read-only. Authenticated with your CloudCruise API key, like the rest of the Vault API.
Note:
- Authenticated with your CloudCruise API key (
cc-keyheader), the same as the rest of the Vault API.- Use a connection
idfrom this response assecret_provider_idwhen creating or updating a vault entry. See the 1Password integration.- Connections are created and managed from the dashboard; this endpoint is read-only.
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Response
The workspace's secret-provider connections.
Connection id. Use as secret_provider_id on a vault entry.
The workspace this connection belongs to.
The external secret provider.
1password Human-readable connection name.
Non-sensitive hints about the connection (e.g. the last four characters of the service-account token).
Default duration (seconds) that resolved secrets are cached for entries bound to this connection.

