Secrets
Create a secret
Store a credential so environments can grant it to runs. THE VALUE TRAVELS IN THE REQUEST BODY and becomes visible to whatever makes the call. The response is metadata only. Creating a project-shared secret requires project admin; a personal one does not.
post/projects/{projectId}/secrets
Headers
Idempotency-Keystring
Retry-safe create key. Replaying the SAME key with the SAME body returns the original resource instead of creating a second one; reusing it with a DIFFERENT body is a 409. Worth passing: a retried create without one fails as a name conflict with the row the first attempt already made.
Request body
Response
The created secret, as metadata.
Changes
Changed in 1 of the 80 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○