-
Notifications
You must be signed in to change notification settings - Fork 61
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
Use the published zip for security plugin #455
Conversation
Signed-off-by: Ankit Kala <[email protected]>
Signed-off-by: Ankit Kala <[email protected]> (cherry picked from commit 27898e2)
Signed-off-by: Ankit Kala <[email protected]> (cherry picked from commit 27898e2)
Signed-off-by: Ankit Kala <[email protected]> (cherry picked from commit 27898e2) Co-authored-by: Ankit Kala <[email protected]>
Signed-off-by: Ankit Kala <[email protected]> (cherry picked from commit 27898e2) Co-authored-by: Ankit Kala <[email protected]>
as it's published to maven i don't understand why you don't pull it in as a maven artifact?! |
@rursprung No particular reason as such. Do you see any benefits of fetching from maven instead? |
it'd (greatly) simplify your code as you wouldn't have to construct URLs but would just specify it like any other dependeny |
Thanks. If you can share some sample that'd be great. |
there's no need to manually construct a URL and try to fetch the artefact from there. the plugin is published on maven and we can directly use the gradle/maven dependency to fetch it. in order to more easily identify it, a new configuration type has been added: `opensearchPlugin`. for reference see the discussions on the following issues/PRs: - #274 - #455 Signed-off-by: Ralph Ursprung <[email protected]> Signed-off-by: Ralph Ursprung <[email protected]>
Signed-off-by: Ankit Kala [email protected]
Description
Use the published zip for security plugin
Issues Resolved
274
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.