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
191 stars 272 forks source link

[FEATURE] Add tests for Kerberos Auth #4447

Open derek-ho opened 3 months ago

derek-ho commented 3 months ago

Is your feature request related to a problem? Kerberos auth has no tests What solution would you like? Tests should be added to verify the behavior of kerberos auth What alternatives have you considered? None Do you have any additional context? Since we officially support kerberos auth, we should add tests to verify that we do in fact support it, and that the behavior is correct. This is a first step to implementing kerberos support for OpenSearch Dashboards, since that is relying on the backend functioning correctly.

stephen-crawford commented 3 months ago

[Triage] Hi @derek-ho thank you for filing this issue. You are definitely correct that we should have tests for all the features. Going to mark as triaged.