Skip to content
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

[7.x] Prevent core savedObjects plugin from being overridden (#58193) #58194

Merged
merged 2 commits into from
Feb 21, 2020

Commits on Feb 21, 2020

  1. Prevent core savedObjects plugin from being overridden (elastic#58193)

    PR elastic#57452 added an empty savedObjects plugin with the same name as the
    core plugin. Due to the way we were spreading into our context coupled
    with the fact that we don't get NP's whitelisting of plugins on legacy,
    we were overriding the core plugin here.
    
    If this happens again, we should perhaps whitelist our plugins here.
    rylnd committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    42dc2c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b8e31 View commit details
    Browse the repository at this point in the history