mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	Remove feature toggle for SSCTs, VAULT_DISABLE_SERVER_SIDE_CONSISTENT_TOKENS (#20834)
This commit is contained in:
		| @@ -97,10 +97,6 @@ const ( | ||||
| 	// system being developed over multiple release cycles. | ||||
| 	EnvVaultExperiments = "VAULT_EXPERIMENTS" | ||||
|  | ||||
| 	// DisableSSCTokens is an env var used to disable index bearing | ||||
| 	// token functionality | ||||
| 	DisableSSCTokens = "VAULT_DISABLE_SERVER_SIDE_CONSISTENT_TOKENS" | ||||
|  | ||||
| 	// flagNameAddress is the flag used in the base command to read in the | ||||
| 	// address of the Vault server. | ||||
| 	flagNameAddress = "address" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nick Cabatoff
					Nick Cabatoff