-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reverts erroneous addition of security plugin enabled config option #175565
Reverts erroneous addition of security plugin enabled config option #175565
Conversation
/ci |
/ci |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @jeramysoucy |
Pinging @elastic/kibana-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…lastic#175565) ## Summary In elastic#155582, an `enabled` option was added to the `Security` plugin. This option is not supported or documented. This PR reverts that change. (cherry picked from commit 4385dc1)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ption (#175565) (#175692) # Backport This will backport the following commits from `main` to `8.12`: - [Reverts erroneous addition of security plugin enabled config option (#175565)](#175565) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jeramy Soucy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-01-26T15:16:03Z","message":"Reverts erroneous addition of security plugin enabled config option (#175565)\n\n## Summary\r\n\r\nIn #155582, an `enabled` option was added to the `Security` plugin. This\r\noption is not supported or documented. This PR reverts that change.","sha":"4385dc157bccc42cf8a61801db582c41b6e9b297","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:prev-minor","v8.13.0"],"title":"Reverts erroneous addition of security plugin enabled config option","number":175565,"url":"https://github.com/elastic/kibana/pull/175565","mergeCommit":{"message":"Reverts erroneous addition of security plugin enabled config option (#175565)\n\n## Summary\r\n\r\nIn #155582, an `enabled` option was added to the `Security` plugin. This\r\noption is not supported or documented. This PR reverts that change.","sha":"4385dc157bccc42cf8a61801db582c41b6e9b297"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/175565","number":175565,"mergeCommit":{"message":"Reverts erroneous addition of security plugin enabled config option (#175565)\n\n## Summary\r\n\r\nIn #155582, an `enabled` option was added to the `Security` plugin. This\r\noption is not supported or documented. This PR reverts that change.","sha":"4385dc157bccc42cf8a61801db582c41b6e9b297"}}]}] BACKPORT--> Co-authored-by: Jeramy Soucy <[email protected]>
…lastic#175565) ## Summary In elastic#155582, an `enabled` option was added to the `Security` plugin. This option is not supported or documented. This PR reverts that change.
Summary
In #155582, an
enabled
option was added to theSecurity
plugin. This option is not supported or documented. This PR reverts that change.