Remove feature toggle for SSCTs, VAULT_DISABLE_SERVER_SIDE_CONSISTENT_TOKENS (#20834)

This commit is contained in:
Nick Cabatoff
2023-05-29 12:54:20 -04:00
committed by GitHub
parent 6157b5ffcb
commit 3b5ca69b62
5 changed files with 3 additions and 101 deletions

View File

@@ -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"