You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are some default plugin's system_indices missing in the OpenSearch/values.yaml, please see the security plugin's system_indices list
This is something we should prioritize. Some system index stores important data. Missing system index in the helm-chats configuration will cause security issue. All teams maintain their system index in security plugin's install_demo_configuration.sh , I'd suggest use some way to sync from security plugin, or at least check if they are consistent with some cron job.
@ylwu-amzn's suggestion to use the Security plugin's framework is a good path forward. You can always grab the different versions from the published versions on the security repos and then map 1:1 to the different helm-chart versions. To pull this in you can checkout the file from the security repos during your workflow process and then insert it using github actions. Alternatively you can look at some bash based solutions to this.
Describe the bug
There are some default plugin's system_indices missing in the OpenSearch/values.yaml, please see the security plugin's system_indices list
To Reproduce
Compare helm chart opensearch's value.yaml and security plugin's install_demo_configuration.sh
Expected behavior
A clear and concise description of what you expected to happen.
Chart Name
OpenSearch
Screenshots
N/A
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: