-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
remove legacy security plugin #75648
remove legacy security plugin #75648
Conversation
ping @elastic/kibana-security. I thought it would be as simple as removing the Could anyone take a look? |
The failures are caused by FTR tools relying on the presence of the (legacy) security plugin for some checks: kibana/test/common/services/security/test_user.ts Lines 42 to 44 in f593455
Need to wait until #41983 is done to wire this check to the new API instead Associated files:
|
…gacy-security-plugin
Pinging @elastic/kibana-platform (Team:Platform) |
@@ -5,9 +5,8 @@ | |||
*/ | |||
|
|||
import { xpackMain } from './legacy/plugins/xpack_main'; | |||
import { security } from './legacy/plugins/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.
nit: would you mind removing two remaining x-pack/legacy/plugins/security
entries from the CODEOWNERS file too?
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.
and... It's gone! 2177028
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.
Thanks for doing this!
💚 Build SucceededBuild metricsdistributable file count
History
To update your PR or re-run it, just comment with: |
* remove legacy security plugin * remove legacy plugin check * adapt mocha tests * update CODEOWNERS # Conflicts: # .github/CODEOWNERS
Summary
Part of #71927
Remove the last bits of the legacy security plugin