Vaults

Create a new Vault

Create a new Vault

post/vaults

Request body

configobject

The configuration properties for the Vault which can be found on the vaults' documentation page.

created_atinteger

Unix epoch when the resource was created.

descriptionstring

The description of the Vault entity.

idstring
namestring

The name of the Vault that's going to be added. Currently, the Vault implementation must be installed in every Kong instance.

prefixstring

The unique prefix (or identifier) for this Vault configuration. The prefix is used to load the right Vault configuration and implementation when referencing secrets with the other entities.

tagsstring[]

An optional set of strings associated with the Vault for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Response

Successfully created Vault

configobject

The configuration properties for the Vault which can be found on the vaults' documentation page.

created_atinteger

Unix epoch when the resource was created.

descriptionstring

The description of the Vault entity.

idstring
namestring

The name of the Vault that's going to be added. Currently, the Vault implementation must be installed in every Kong instance.

prefixstring

The unique prefix (or identifier) for this Vault configuration. The prefix is used to load the right Vault configuration and implementation when referencing secrets with the other entities.

tagsstring[]

An optional set of strings associated with the Vault for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Changes