documentation-website icon indicating copy to clipboard operation
documentation-website copied to clipboard

[DOC] Security Plugin Whitelist/Allowlist Settings and the APIs Are Not Documented

Open cliu123 opened this issue 3 years ago • 1 comments

What do you want to do?

  • [x] Add new documentation

Tell us about your request. Provide a summary of the request and all versions that are affected. The Whitelist setting and APIs in security plugin are not documented. This setting has been existing since OpenSearch 1.0. Allowlist setting was introduced in OpenSearch 2.1 as an alternative to the deprecated Whitelist settings and APIs. Whitelist settings and APIs are planned to be removed in OpenSearch 3.0.0 release as a breaking change.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc. Whitelist setting: https://github.com/opensearch-project/security/blob/main/config/whitelist.yml Whitelist API:: https://github.com/opensearch-project/security/blob/main/src/main/java/org/opensearch/security/dlic/rest/api/WhitelistApiAction.java#L76 Allowlist setting: https://github.com/opensearch-project/security/blob/main/config/allowlist.yml Allowlist APIs: https://github.com/opensearch-project/security/blob/main/src/main/java/org/opensearch/security/dlic/rest/api/AllowlistApiAction.java#L85

cliu123 avatar Aug 26 '22 17:08 cliu123

@hdhalter This seems to already be covered in https://opensearch.org/docs/latest/security/configuration/yaml/#allowlistyml

AntonEliatra avatar May 15 '24 14:05 AntonEliatra

Hi @cliu123 ,

As part of the entrance criteria, all the documentation pull requests need to be drafted and in technical review. Since there is no pull request linked to this issue, please take one of the following actions:

  • Create the pull request and link it to this issue.
  • If you already have a pull request created, please link it to this issue.
  • If this feature is not targeted for the currently labeled release version, please update the issue with the correct release version.

Please note: Missing documentation can block the release and cause delays in the overall process. Thank you!

opensearch-ci-bot avatar Apr 10 '25 20:04 opensearch-ci-bot

Closing this since this documentation is already covered. Removing the v3.0.0 label as well.

Naarcha-AWS avatar Apr 24 '25 18:04 Naarcha-AWS