opensearch-project / security-dashboards-plugin

🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
https://opensearch.org/docs/latest/security-plugin/index/
Apache License 2.0
68 stars 148 forks source link

Investigate usage of legacy client #1903

Open DarshitChanpura opened 2 months ago

DarshitChanpura commented 2 months ago

Security-dashboards plugin code still uses a legacy cluster client when setting up Security-client to make calls to security plugin. This has been replaced by a newer version cluster client.

The request is to investigate whether references to legacy client can be replaced with the newer version. If the result is No, the issue can be marked as closed with appropriate reasoning. If the result is Yes, a follow-up issue should be created to replace the client in a modular manner.

scrawfor99 commented 2 months ago

[Triage] Hi @DarshitChanpura thank you for filing this issue and clearly listing the closure criteria. We can go ahead and mark this as triaged based on this info.