Skip to content

Commit d603f41

Browse files
authored
[8.x] [Advanced Settings] Move security settings validation config (#216440) (#217086)
# Backport This will backport the following commits from `main` to `8.x`: - [[Advanced Settings] Move security settings validation config (#216440)](#216440) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Elena Stoeva","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-03-31T14:59:07Z","message":"[Advanced Settings] Move security settings validation config (#216440)\n\n## Summary\n\nIn #170234, we added validation on\nthe security solution settings in serverless that is enabled through the\n`xpack.securitySolution.enableUiSettingsValidations` config setting. In\nthis PR, we move this setting to `config/serverless.security.yml` so\nthat it follows the sustainable architecture principles.","sha":"b1b8b190bda17b4d51e2db97814161d67cb44730","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Kibana Management","Team:Kibana Management","release_note:skip","backport missing","backport:prev-minor","v9.1.0","v8.19.0"],"title":"[Advanced Settings] Move security settings validation config","number":216440,"url":"https://github.com/elastic/kibana/pull/216440","mergeCommit":{"message":"[Advanced Settings] Move security settings validation config (#216440)\n\n## Summary\n\nIn #170234, we added validation on\nthe security solution settings in serverless that is enabled through the\n`xpack.securitySolution.enableUiSettingsValidations` config setting. In\nthis PR, we move this setting to `config/serverless.security.yml` so\nthat it follows the sustainable architecture principles.","sha":"b1b8b190bda17b4d51e2db97814161d67cb44730"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/216440","number":216440,"mergeCommit":{"message":"[Advanced Settings] Move security settings validation config (#216440)\n\n## Summary\n\nIn #170234, we added validation on\nthe security solution settings in serverless that is enabled through the\n`xpack.securitySolution.enableUiSettingsValidations` config setting. In\nthis PR, we move this setting to `config/serverless.security.yml` so\nthat it follows the sustainable architecture principles.","sha":"b1b8b190bda17b4d51e2db97814161d67cb44730"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
1 parent 0c8a0b2 commit d603f41

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/serverless.security.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,6 @@ xpack.index_management.enableProjectLevelRetentionChecks: true
157157
# These features are disabled in Serverless until fully tested
158158
xpack.securitySolution.enableExperimental:
159159
- entityStoreDisabled
160+
161+
## Enable uiSettings validations
162+
xpack.securitySolution.enableUiSettingsValidations: true

config/serverless.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ monitoring.enabled: false
229229
monitoring.ui.enabled: false
230230

231231
## Enable uiSettings validations
232-
xpack.securitySolution.enableUiSettingsValidations: true
233232
data.enableUiSettingsValidations: true
234233
discover.enableUiSettingsValidations: true
235234

0 commit comments

Comments
 (0)