Skip to main content

HashiCorp Vault Self-Hosted

HashiCorp Vault hosted by the customer, integrated via parameter lifecycle events

Type: hashicorp-vault-self-hosted

Properties

NameTypeDescriptionRequired
setupobjectVault server location and storage layout
yes

Additional Properties: not allowed
Example

{
"setup": {
"vault_address": "https://vault.acme-corp.io",
"mount": "secret",
"secret_path": "nullplatform"
}
}

setup: Setup

Vault server location and storage layout

Properties

NameTypeDescriptionRequired
mount
(Mount Point)
stringThe KV engine mount point on the Vault server
Default: "secret"
no
secret_pathstringThe base path for secrets within the mount
Default: "nullplatform"
no
vault_addressstringThe URL of the HashiCorp Vault server reachable from the customer side
Format: "uri"
yes

Example

{
"vault_address": "https://vault.acme-corp.io",
"mount": "secret",
"secret_path": "nullplatform"
}