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
70 stars 152 forks source link

[FEATURE] Support Version Decoupling in Security Dashboards Plugin #1971

Closed ZilongX closed 2 months ago

ZilongX commented 4 months ago

Is your feature request related to a problem? OpenSearch plugins currently tightly couple their versions with the underlying OpenSearch/OpenSearch Dashboards version. This tight coupling can lead to challenges in maintaining and upgrading plugins independently. To enable supporting of the decoupling of the plugin versions from the OpenSearch versions will allow for more flexibility in managing and updating plugins.

More details is available at RFC Plugins Version Decoupling - https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5877

What solution would you like? Support version decoupling in the security dashboards plugin, where end users would be able to consume the latest version of security dashboards plugin with a range of supported OS versions instead of just one version

What alternatives have you considered? More as detailed in Plugins Version Decoupling

Do you have any additional context? More as detailed in Plugins Version Decoupling

stephen-crawford commented 4 months ago

[Triage] This issue is part of the larger effort to support version decoupling in plugins.