latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
SecretStore

Update the Secret Store.

patch/orgs/{orgId}/secretstores/{storeId}

Path parameters

orgIdstring required

The Organization ID.

storeIdstring required

The Secret Store ID.

Request body

primaryboolean nullable

Defines whether the Secret Store is the primary secret management system for the organization.

Example request

{
  "awssm": {
    "auth": {
      "secret_access_key": "s0mE_te$t_wrIte_kee"
    },
    "region": "us-east-1"
  },
  "primary": true
}

Response

Secret Store successfully updated.

created_atstring required
created_bystring required
humanitecHumanitecResponse

Humanitec built-in Secret Store specification.

idstring required
primaryboolean required
updated_atstring required
updated_bystring required

Example response

{
  "created_at": "2020-06-22T09:37:23.523Z",
  "updated_at": "2020-06-22T09:37:23.523Z"
}