Skip to content

Commit

Permalink
Enable secretStorage feature flag by default (#163782)
Browse files Browse the repository at this point in the history
## Summary

Related to #154715
Enable `secretStorage` feature flag by default as the feature is ready.
  • Loading branch information
juliaElastic authored Aug 14, 2023
1 parent ebfb832 commit bfc6610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/common/experimental_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const allowedExperimentalValues = Object.freeze({
agentFqdnMode: true,
showExperimentalShipperOptions: false,
agentTamperProtectionEnabled: false,
secretsStorage: false,
secretsStorage: true,
kafkaOutput: true,
});

Expand Down

0 comments on commit bfc6610

Please sign in to comment.