v1
latestSwagger 2.02026-07-1792120.1 KBsecrets
Set secrets.
Setting secrets requires uploading them in JSON format.
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 setting secrets from the file secrets.json:
curl --cacert marblerun.crt --cert user_certificate.crt --key user_private.key --data-binary @secrets.json https://$MARBLERUN/secrets
post/secrets
Request body
object required
Response
Example response
{
"Status": "success"
}