Skip to content

Commit

Permalink
Add experiment flag for import (#25205)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmonte authored Feb 2, 2024
1 parent 1597f42 commit 2647a18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper/experiments/experiments.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -16,6 +17,7 @@ const (
var validExperiments = []string{
VaultExperimentEventsAlpha1,
VaultExperimentCoreAuditEventsAlpha1,
VaultExperimentSecretsImport,
}

var unusedExperiments = []string{
Expand Down

0 comments on commit 2647a18

Please sign in to comment.