Skip to content

Commit

Permalink
[Fleet] Only expose minimum needed config to browser (#129619)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a06e8f)
  • Loading branch information
joshdover committed Apr 6, 2022
1 parent 91a2f10 commit 5061b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/plugins/fleet/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ export { AgentNotFoundError, FleetUnauthorizedError } from './errors';
export const config: PluginConfigDescriptor = {
exposeToBrowser: {
epm: true,
agents: true,
agents: {
enabled: true,
},
},
deprecations: ({ renameFromRoot, unused, unusedFromRoot }) => [
// Unused settings before Fleet server exists
Expand Down

0 comments on commit 5061b17

Please sign in to comment.