Skip to content

Commit

Permalink
remove legacy security plugin (elastic#75648) (elastic#77783)
Browse files Browse the repository at this point in the history
* remove legacy security plugin

* remove legacy plugin check

* adapt mocha tests

* update CODEOWNERS
# Conflicts:
#	.github/CODEOWNERS
  • Loading branch information
pgayvallet authored Sep 17, 2020
1 parent 1145806 commit 3c889c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
Empty file removed .github/CODEOWNERS
Empty file.
3 changes: 1 addition & 2 deletions x-pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
*/

import { xpackMain } from './legacy/plugins/xpack_main';
import { security } from './legacy/plugins/security';
import { spaces } from './legacy/plugins/spaces';

module.exports = function (kibana) {
return [xpackMain(kibana), spaces(kibana), security(kibana)];
return [xpackMain(kibana), spaces(kibana)];
};
21 changes: 0 additions & 21 deletions x-pack/legacy/plugins/security/index.ts

This file was deleted.

0 comments on commit 3c889c9

Please sign in to comment.