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

Add security plugin check in startup script to to support bundle manifest for min distributions #3686

Closed
rishabh6788 opened this issue Jun 28, 2023 · 2 comments
Labels
enhancement New Enhancement release

Comments

@rishabh6788
Copy link
Collaborator

Currently if the OpenSearch min bundle is run using opensearch-tar-install.sh script, it will fail due to lack of security plugin in the bundle.
Add security plugin check in the startup script.
This will help in generating bundle manifest with artifact location for the min snapshot artifact generated during distribution build.

@rishabh6788 rishabh6788 added enhancement New Enhancement release labels Jun 28, 2023
@github-actions github-actions bot added the untriaged Issues that have not yet been triaged label Jun 28, 2023
@gaiksaya
Copy link
Member

I believe we need to check for any plugin configuration that goes in start up script. This includes:

  • Security
  • Performance Analyzer
  • K-NN

See start up scripts here: https://github.com/opensearch-project/opensearch-build/tree/main/scripts/startup

@bbarani bbarani removed the untriaged Issues that have not yet been triaged label Jul 10, 2023
@gaiksaya
Copy link
Member

gaiksaya commented Sep 13, 2023

closing this issue as we added as the check as a part of #3728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New Enhancement release
Projects
None yet
Development

No branches or pull requests

3 participants