latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
SecretStore
Create a Secret Store for the given organization.
post/orgs/{orgId}/secretstores
Path parameters
orgIdstring required
The Organization ID.
Request body
Example request
{
"awssm": {
"auth": {
"access_key_id": "...",
"secret_access_key": "..."
},
"region": "us-east-1"
},
"id": "my-aws-secret-manager",
"primary": true
}Response
Secret Store successfully added.
Example response
{
"created_at": "2020-06-22T09:37:23.523Z",
"updated_at": "2020-06-22T09:37:23.523Z"
}