HashiCorp Vault
HashiCorp's Vault configuration file
| Type | object |
|---|---|
| File match |
vault.json
vault.config.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/hashicorp-vault/latest.json |
| Source | https://www.schemastore.org/vault.json |
Validate with Lintel
npx @lintel/lintel check
A JSON schema for Vault's configuration file. https://developer.hashicorp.com/vault/docs/configuration
Properties
Stops Vault from executing the mlock syscall, which prevents memory from being swapped to disk. This can also be provided via the environment variable VAULT_DISABLE_MLOCK.
Specifies the address (full URL) to advertise to other Vault servers in the cluster for client redirection. This can also be provided via the environment variable VAULT_API_ADDR.
Specifies the size of the read cache used by the physical storage subsystem. The value is in number of entries, so the total cache size depends on the size of stored entries.
Specifies the address to advertise to other Vault servers in the cluster for request forwarding. This can also be provided via the environment variable VAULT_CLUSTER_ADDR.
Specifies a human-readable identifier for the Vault cluster. If omitted, Vault will generate a value.
Specifies the default lease duration for tokens and secrets. This is specified using a label suffix like '30s' or '1h'.
Specifies the default maximum request duration allowed before Vault cancels the request.
A comma separated string that specifies the internal mutex locks that should be monitored for potential deadlocks.
Disables all caches within Vault, including the read cache used by the physical storage subsystem.
Specifies whether clustering features such as request forwarding are enabled.
Enables the sys/internal/inspect endpoint which allows users with a root token or sudo privileges to inspect certain subsystems inside Vault.
Specifies the log verbosity level
Specifies the maximum possible lease duration for tokens and secrets.
Path to the file in which the Vault server's Process ID (PID) should be stored.
A directory from which plugins are allowed to be loaded.
Enables the sys/raw endpoint which allows the decryption/encryption of raw data into and out of the security barrier.
3 nested properties
Specifies the retention time for Prometheus metrics.
If true, the hostname will not be prefixed to metrics.
The address of a DogStatsD agent.
Enables the built-in web UI.