Create a Secret Reference
Secret References
Create a Secret Reference
An endpoint for creating a secret reference
POST
Create a Secret Reference
Authorizations
a valid bearer token
Path Parameters
Pattern:
^[\w()-]{1,128}$Body
application/json
- Option 1
- Option 2
- Option 3
Secret Reference request body for creating a new secret reference for an AWS Customer hosted project
The type of agent associated with the project the secret reference will be created in
Available options:
AWS, Azure, Matillion hosted Example:
"AWS"
The type of secret reference
Available options:
PASSWORD Example:
"PASSWORD"
The name of the secret within the Cloud Provider
Example:
"aws-secret-name"
The description of the secret reference
Example:
"My secret reference"
The key of the secret within the Cloud Provider
Example:
"aws-secret-key"
Response
Created
