mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Add experiment system + events experiment (#18682)
This commit is contained in:
		| @@ -87,6 +87,12 @@ const ( | ||||
| 	// EnvVaultLogLevel is used to specify the log level applied to logging | ||||
| 	// Supported log levels: Trace, Debug, Error, Warn, Info | ||||
| 	EnvVaultLogLevel = "VAULT_LOG_LEVEL" | ||||
| 	// EnvVaultExperiments defines the experiments to enable for a server as a | ||||
| 	// comma separated list. See experiments.ValidExperiments() for the list of | ||||
| 	// valid experiments. Not mutable or persisted in storage, only read and | ||||
| 	// logged at startup _per node_. This was initially introduced for the events | ||||
| 	// system being developed over multiple release cycles. | ||||
| 	EnvVaultExperiments = "VAULT_EXPERIMENTS" | ||||
|  | ||||
| 	// DisableSSCTokens is an env var used to disable index bearing | ||||
| 	// token functionality | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Proctor
					Tom Proctor