-
Notifications
You must be signed in to change notification settings - Fork 285
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
[BUG] Security plugin fails to load locally on 1.3 (latest changes) branch #1934
Comments
The netty version in OpenSearch core got upgraded 4 days ago, could the new version of netty have something causing this issue? |
@saratvemulapalli Could you maybe take a look at this and see if this is related to the OS core change? |
@saratvemulapalli @zelinh I am looking into this issue and discovered the root cause. I upgraded from Netty 4.1.73.Final -> 4.1.78.Final in core last week to address a CVE and missed an underlying change that affects the security plugin. Netty introduced a new dependency to The transitive dependency is not pulled in automatically and is not in core's Version 1.3 of the security plugin imports this module so the transitive dependency should be included. I am working on a fix now. |
Thanks for picking this up @cwperks |
@cwperks Thanks for resolving the issue! |
The dependency is only needed in SSLHandler that only security plugin has.
Security plugin 1.3 does not reference the netty version of OpenSearch core. It specifies netty version in security plugin itself instead, so it is not affected by this missing dependency. |
Thanks @cliu123 |
The |
@cwperks was this ever backported to 1.3? |
@davidlago Yes it was: opensearch-project/OpenSearch#3861 |
What is the bug?
Security plugin fails to load locally on 1.3 (latest changes) branch
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
security plugin should be initialised properly and no issues should be seen.
What is your host/environment?
The text was updated successfully, but these errors were encountered: