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
71 stars 157 forks source link

[Multiple Datasource] Support scenarios where datasource is running without security or without FGAC #1849

Open cwperks opened 6 months ago

cwperks commented 6 months ago

Is your feature request related to a problem?

With multiple datasources, the same OSD installation can be connected to multiple backend clusters. This issue is to track supporting and testing scenarios where a connected datasource is not running with all FGAC features of the security plugin.

If a connected datasource is either:

  1. Running without the security plugin installed
  2. Running with the security plugin installed, but is disabled
  3. Running with the security plugin installed, but in SSL only mode

Then the security pages in OSD can reflect this by showing that those pages are not available for the toggled datasource.

Acceptance Criteria:

stephen-crawford commented 6 months ago

[Triage] Hi @cwperks thanks for filing this META issue. This seems straightforward for tracking.