Skip to content

Commit

Permalink
[fleet] Add feature flag for Agent Tamper Protection (#152587)
Browse files Browse the repository at this point in the history
## Summary

Adds a new feature flag called `agentTamperProtectionEnabled` to Fleet.
  • Loading branch information
gergoabraham authored Mar 6, 2023
1 parent 2858052 commit 92ecde8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/common/experimental_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const allowedExperimentalValues = Object.freeze({
agentFqdnMode: false,
showExperimentalShipperOptions: false,
fleetServerStandalone: false,
agentTamperProtectionEnabled: false,
});

type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;
Expand Down

0 comments on commit 92ecde8

Please sign in to comment.