mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-31 11:21:27 +02:00
* Make VAULT_EXPERIMENTS work as feature flags. Make method IsFlagEnabled treat experiments as feature flags so that they are accessible to plugins. * Add experiment kmip.client_api.alpha1. This experiment enables the KMIP client and template API endpoints. * Use IsExperimentEnabled rather than ValidExperiments. * Document TestCore_IsFlagEnabled. Co-authored-by: Victor Rodriguez <vrizo@hashicorp.com>