Skip to content

Commit

Permalink
New Feature Flags Defend Advanced Policy Option for 8.13.0 (elastic#1…
Browse files Browse the repository at this point in the history
…77044)

## Summary

Adds support for upcoming optional feature flags.

### Checklist

Delete any items that are not applicable to this PR.

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
gabriellandau and kibanamachine authored Feb 20, 2024
1 parent 3565654 commit 81b19af
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1589,4 +1589,15 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
}
),
},
{
key: 'windows.advanced.flags',
first_supported_version: '8.13.0',
documentation: i18n.translate(
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.flags',
{
defaultMessage:
'A comma-separated list of feature flags. Currently no feature flags are supported.',
}
),
},
];

0 comments on commit 81b19af

Please sign in to comment.