From 45083bcfeb40235bc92a4d4332e42fcb82cbf958 Mon Sep 17 00:00:00 2001 From: Julia Bardi <90178898+juliaElastic@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:58:58 +0200 Subject: [PATCH] Enable secretStorage feature flag by default --- x-pack/plugins/fleet/common/experimental_features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/fleet/common/experimental_features.ts b/x-pack/plugins/fleet/common/experimental_features.ts index af8bbbc74790b..cfdb8cf5fd26b 100644 --- a/x-pack/plugins/fleet/common/experimental_features.ts +++ b/x-pack/plugins/fleet/common/experimental_features.ts @@ -21,7 +21,7 @@ export const allowedExperimentalValues = Object.freeze({ agentFqdnMode: true, showExperimentalShipperOptions: false, agentTamperProtectionEnabled: false, - secretsStorage: false, + secretsStorage: true, kafkaOutput: true, });