mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	SSCT Tokens Feature [OSS] (#14109)
* port SSCT OSS * port header hmac key to ent and generate token proto without make command * remove extra nil check in request handling * add changelog * add comment to router.go * change test var to use length constants * remove local index is 0 check and extra defer which can be removed after use of ExternalID
This commit is contained in:
		| @@ -81,6 +81,10 @@ const ( | ||||
| 	// path to a license file on disk | ||||
| 	EnvVaultLicensePath = "VAULT_LICENSE_PATH" | ||||
|  | ||||
| 	// 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
	 Hridoy Roy
					Hridoy Roy