HashiCorp Vault Self-Hosted
HashiCorp Vault hosted by the customer, integrated via parameter lifecycle events
Type: hashicorp-vault-self-hosted
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| setup | object | Vault 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
| Name | Type | Description | Required |
|---|---|---|---|
| mount (Mount Point) | string | The KV engine mount point on the Vault server Default: "secret" | no |
| secret_path | string | The base path for secrets within the mount Default: "nullplatform" | no |
| vault_address | string | The 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"
}