opensearch-project / security

🔐 Secure your cluster with TLS, numerous authentication backends, data masking, audit logging as well as role-based access control on indices, documents, and fields
https://opensearch.org/docs/latest/security-plugin/index/
Apache License 2.0
180 stars 264 forks source link

Add initial tests for the new API spec #4404

Open DarshitChanpura opened 3 weeks ago

DarshitChanpura commented 3 weeks ago

A new set of API spec was added for security plugin: https://github.com/opensearch-project/opensearch-api-specification/pull/271.

This issues requests adding a set of tests for APIs added for security plugin.


Reference PR: https://github.com/opensearch-project/opensearch-api-specification/pull/299

Issue that validates the need to implement these tests: https://github.com/opensearch-project/opensearch-api-specification/issues/202

scrawfor99 commented 3 weeks ago

[Triage] Hi @DarshitChanpura, thanks for filing this issue. Sounds like a smart follow-up to the work you have done on the spec thus far.