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

Backport: fix Service access from ES modules (#30688) #514

Merged
merged 2 commits into from
Jul 17, 2020

Commits on Jul 15, 2020

  1. Fix: Make Services available to ES Modules

    Now the ServiceToken is used before calling the methods of an ES module.
    Dr15Jones authored and fwyzard committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    fc92bcd View commit details
    Browse the repository at this point in the history
  2. Check that Services are accessible from ESProducer

    If the Service system is not available, tests using this module will throw an exception.
    Dr15Jones authored and fwyzard committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    9197def View commit details
    Browse the repository at this point in the history