v1

latestSwagger 2.02026-07-1792120.1 KB
secrets

Retrieve secrets.

Each requests allows specifying one or more secrets in the form of a query string, where each parameter s specifies one secret. A query string for the secrets symmetricKeyShared and certShared may look like the following:

s=symmetricKeyShared&s=certShared

This API endpoint only works when Users were defined in the manifest. The user connects via mutual TLS using the user client certificate in the TLS Handshake. For more information, look up Managing secrets.

Example for retrieving the secrets symmetricKeyShared and certShared:

curl --cacert marblerun.crt --cert user_certificate.crt --key user_private.key https://$MARBLERUN/secrets?s=symmetricKeyShared&s=certShared
get/secrets

Query parameters

sstring[]

Response

Dataobject
Statusstring

Example response

{
  "Status": "success"
}