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
Is your feature request related to a problem? Please describe. OpenSearch repository is going to replace the terminology "blacklist / whitelist" with "denylist / allowlist".
issue: opensearch-project/OpenSearch#1483, with the plan for its terminology replacement.
Although the existing usages with "blacklist / whitelist" will be supported in OpenSearch version 2.x until further notice to keep the backwards compatibility, it's suggested to prepare for the nomenclature change in advance, and replace all the usages with "blacklist / whitelist" terminology in the code base.
Describe the solution you'd like
Replace the terminology "blacklist / whitelist" with "denylist / allowlist".
When being compatible with OpenSearch 2.0:
Replace "whitelist" in code comment and internal method / class name.
Is your feature request related to a problem? Please describe.
OpenSearch repository is going to replace the terminology "blacklist / whitelist" with "denylist / allowlist".
issue: opensearch-project/OpenSearch#1483, with the plan for its terminology replacement.
Although the existing usages with "blacklist / whitelist" will be supported in OpenSearch version 2.x until further notice to keep the backwards compatibility, it's suggested to prepare for the nomenclature change in advance, and replace all the usages with "blacklist / whitelist" terminology in the code base.
Describe the solution you'd like
Replace the terminology "blacklist / whitelist" with "denylist / allowlist".
When being compatible with OpenSearch 2.0:
Specifically,
GET (or PUT or PATCH) _plugins/_security/api/whitelist
Code: https://github.com/opensearch-project/security/blob/1.2.4.0/src/main/java/org/opensearch/security/dlic/rest/api/WhitelistApiAction.java
Detail: “whitelist” contains in the API endpoint.
whitelist.yml
Document: https://www.opensearch.org/docs/1.2/security-plugin/configuration/yaml/#whitelistyml
Detail: It is a YAML file in
plugins/opensearch-security/securityconfig
directory, configurations defined in the file can be imported to Security plugin.Describe alternatives you've considered
None.
Additional context
An existing PR: #1560
The text was updated successfully, but these errors were encountered: