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
What is the bug?
While running the script securityadmin.sh on OpenSearch 2.0.0, I can see it is checking for whitelist.yml. According to the documentation, the whitelist.yml is deprecated and is replaced with allowlist.yml in 2.0.0. It reproducible on docker images
How can one reproduce the bug?
Steps to reproduce the behavior:
add allowlist.yml on /usr/share/opensearch/plugins/opensearch-security/securityconfig/
Go to /usr/share/opensearch/plugins/opensearch-security/tools
What is the expected behavior?
While running the script . It should accept allowlist.yml instead of whitelist.yml. The script should not be expected to look for whitelist.yml on 2.0.0 images
What is your host/environment?
OS: Linux, Docker,Kubernetes
Version:
Plugins: Security
Do you have any screenshots?
running securityadmin.sh without whitelist.yml
When adding whitelist.yml, its works fine
Do you have any additional context?
This is a blocker for PR
The text was updated successfully, but these errors were encountered:
phijojo
added
bug
Something isn't working
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Jun 8, 2022
@phijojoThe allowlist config and API will be introduced in OpenSearch 2.1.0 release as planned. We do apologize that the documentation does not reflect the accurate information.
Please re-open the issue if you have more questions/concerns on this.
What is the bug?
While running the script
securityadmin.sh
on OpenSearch 2.0.0, I can see it is checking for whitelist.yml. According to the documentation, the whitelist.yml is deprecated and is replaced with allowlist.yml in 2.0.0. It reproducible on docker imagesHow can one reproduce the bug?
Steps to reproduce the behavior:
allowlist.yml
on/usr/share/opensearch/plugins/opensearch-security/securityconfig/
/usr/share/opensearch/plugins/opensearch-security/tools
./securityadmin.sh -cd ../securityconfig/ -icl -nhnv -cacert ../../../config/certs/ca.crt -cert ../../../config/certs/admin.pem -key ../../../config/certs/admin.key
What is the expected behavior?
While running the script . It should accept allowlist.yml instead of whitelist.yml. The script should not be expected to look for whitelist.yml on 2.0.0 images
What is your host/environment?
Do you have any screenshots?
running securityadmin.sh without whitelist.yml
When adding whitelist.yml, its works fine
Do you have any additional context?
This is a blocker for PR
The text was updated successfully, but these errors were encountered: