Skip to content

Commit

Permalink
Move insecure cluster service and delete securityOss plugin
Browse files Browse the repository at this point in the history
The securityOss plugin provided an insecure cluster service that the
security plugin augmented using its own security checkup service. I
combined the two into the latter. That was the last dependency on the
securityOss plugin, so this allowed me to completely remove the plugin.
  • Loading branch information
jportner committed Oct 5, 2021
1 parent bbb5d3a commit 126d1fb
Show file tree
Hide file tree
Showing 62 changed files with 537 additions and 1,706 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,6 @@ module.exports = {
*/
{
files: [
'src/plugins/security_oss/**/*.{js,mjs,ts,tsx}',
'src/plugins/interactive_setup/**/*.{js,mjs,ts,tsx}',
'x-pack/plugins/encrypted_saved_objects/**/*.{js,mjs,ts,tsx}',
'x-pack/plugins/security/**/*.{js,mjs,ts,tsx}',
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@

# Security
/src/core/server/csp/ @elastic/kibana-security @elastic/kibana-core
/src/plugins/security_oss/ @elastic/kibana-security
/src/plugins/interactive_setup/ @elastic/kibana-security
/test/security_functional/ @elastic/kibana-security
/x-pack/plugins/spaces/ @elastic/kibana-security
Expand Down
1 change: 0 additions & 1 deletion .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"newsfeed": "src/plugins/newsfeed",
"savedObjects": "src/plugins/saved_objects",
"savedObjectsManagement": "src/plugins/saved_objects_management",
"security": "src/plugins/security_oss",
"server": "src/legacy/server",
"statusPage": "src/legacy/core_plugins/status_page",
"telemetry": ["src/plugins/telemetry", "src/plugins/telemetry_management_section"],
Expand Down
203 changes: 0 additions & 203 deletions api_docs/security_oss.json

This file was deleted.

40 changes: 0 additions & 40 deletions api_docs/security_oss.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@ oss plugins.
|The service exposed by this plugin informs consumers whether they should optimize for non-interactivity. In this way plugins can avoid loading unnecessary code, data or other services.
|{kib-repo}blob/{branch}/src/plugins/security_oss/README.md[securityOss]
|securityOss is responsible for educating users about Elastic's free security features,
so they can properly protect the data within their clusters.
|{kib-repo}blob/{branch}/src/plugins/share/README.md[share]
|The share plugin contains various utilities for displaying sharing context menu,
generating deep links to other apps, and creating short URLs.
Expand Down
1 change: 0 additions & 1 deletion packages/kbn-optimizer/limits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ pageLoadAssetSize:
savedObjectsTaggingOss: 20590
searchprofiler: 67080
security: 95864
securityOss: 30806
share: 99061
snapshotRestore: 79032
spaces: 57868
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ kibana_vars=(
xpack.security.session.idleTimeout
xpack.security.session.lifespan
xpack.security.sessionTimeout
xpack.security.showInsecureClusterWarning
xpack.securitySolution.alertMergeStrategy
xpack.securitySolution.alertIgnoreFields
xpack.securitySolution.endpointResultListDefaultFirstPageIndex
Expand Down
4 changes: 0 additions & 4 deletions src/plugins/security_oss/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions src/plugins/security_oss/common/app_state.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/plugins/security_oss/common/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/plugins/security_oss/jest.config.js

This file was deleted.

15 changes: 0 additions & 15 deletions src/plugins/security_oss/kibana.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit 126d1fb

Please sign in to comment.