Vault
services.vault.enable
Whether to enable vault process.
Type: boolean
Default:
false
Example:
true
services.vault.package
Which package of Vault to use.
Type: package
Default:
pkgs.vault-bin
services.vault.address
Specifies the address to bind to for listening
Type: string
Default:
"127.0.0.1:8200"
services.vault.disableClustering
Specifies whether clustering features such as request forwarding are enabled
Type: boolean
Default:
true
services.vault.disableMlock
Disables the server from executing the mlock syscall
Type: boolean
Default:
true
services.vault.ui
Enables the built-in web UI
Type: boolean
Default:
true