Support setting plugin TMPDIR in config as well as env (#24978)

This commit is contained in:
Tom Proctor
2024-01-30 13:10:23 +00:00
committed by GitHub
parent 78ef25e70c
commit 6e111d92fe
16 changed files with 139 additions and 38 deletions

View File

@@ -97,6 +97,9 @@ const (
// logged at startup _per node_. This was initially introduced for the events
// system being developed over multiple release cycles.
EnvVaultExperiments = "VAULT_EXPERIMENTS"
// EnvVaultPluginTmpdir sets the folder to use for Unix sockets when setting
// up containerized plugins.
EnvVaultPluginTmpdir = "VAULT_PLUGIN_TMPDIR"
// flagNameAddress is the flag used in the base command to read in the
// address of the Vault server.