Extend ./bin/opensearch-plugin install <plugin_name> to include plugins in the default distribution#16597
Extend ./bin/opensearch-plugin install <plugin_name> to include plugins in the default distribution#16597cwperks wants to merge 2 commits intoopensearch-project:mainfrom
Conversation
…ns in the default distribution Signed-off-by: Craig Perkins <cwperx@amazon.com>
@cwperks I am not sure I follow: the official plugins are installed by name (and signed). Any other plugins are installed using |
|
❌ Gradle check result for 9653ff2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Got it. I will close this PR. I am not familiar with the signing process, but I did encounter that when testing out this change. |
Description
This PR adds all plugins from the default distribution to the official plugin list in OpenSearch core which enables installation by plugin name.
i.e. This command will work after this change.
Related Issues
Related to #16195
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.