-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security solution][Endpoint] Remove unnecessary experimental feature…
… flags from plugin config (#158969) ## Summary - Changes the behaviour of the validation of `xpack.securitySolution.enableExperimental` values (defined in the `kibana.yml`) so that unknown/unsupported values will no longer prevent the application from starting (will no longer `throw`) - This change is only done in the config schema validation - Plugin's `setup` will now output a message (warning) to the log if it finds experimental feature values that are not supported. - Removes the following experimental feature flags (no longer needed): - `policyListEnabled` - `diableIsolationUIPendingStatuses` - `responseActionsConsoleEnabled` - `endpointRbacEnabled` - `endpointRbacV1Enabled` - `responseActionGetFileEnabled` - `responseActionExecuteEnabled` - `pendingActionResponsesWithAck` - `policyResponseInFleetEnabled` - `riskyUsersEnabled` - `riskyHostsEnabled` -------- Message to kibana log when unsupported values are defined: ``` [2023-06-02T16:37:48.997-04:00][WARN ][plugins.securitySolution.config] Unsupported "xpack.securitySolution.enableExperimental" values detected. The following configuration values are no longer supported and should be removed from the kibana configuration file: xpack.securitySolution.enableExperimental: - endpointRbacEnabled - responseActionGetFileEnabled - responseActionExecuteEnabled ```
- Loading branch information
1 parent
9d15681
commit 3bb4edf
Showing
40 changed files
with
395 additions
and
784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
x-pack/plugins/security_solution/public/management/components/no_permissons/index.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.