Add experiment flag for import (#25205)

This commit is contained in:
Robert
2024-02-02 14:18:43 -06:00
committed by GitHub
parent 1597f42f0f
commit 2647a18b86

View File

@@ -7,6 +7,7 @@ import "slices"
const (
VaultExperimentCoreAuditEventsAlpha1 = "core.audit.events.alpha1"
VaultExperimentSecretsImport = "secrets.import.alpha1"
// Unused experiments. We keep them so that we don't break users who include them in their
// flags or configs, but they no longer have any effect.
@@ -16,6 +17,7 @@ const (
var validExperiments = []string{
VaultExperimentEventsAlpha1,
VaultExperimentCoreAuditEventsAlpha1,
VaultExperimentSecretsImport,
}
var unusedExperiments = []string{