mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	Support setting plugin TMPDIR in config as well as env (#24978)
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Proctor
					Tom Proctor