Create Workspace Secret
POST/workspaces/:workspace_id/secrets
Create a secret. The value is encrypted before storage and is not echoed back.
409 when the name is already used in this workspace; the same name in another workspace is a
different secret and is fine. 422 when the deployment has no AIP_CREDENTIAL_KEY.
Request
Responses
- 201
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity