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

opensearch_security.multitenancy.tenants.preferred does not take effect #1915

Open artemus717 opened 5 months ago

artemus717 commented 5 months ago

Describe the bug

opensearch_security.multitenancy.tenants.preferred is set, but OpenSearch Dashboard does not show tenant in "switch tenant" tab as set in opensearch_dashboard.yaml.

To Reproduce opensearch_security.multitenancy.enabled: true opensearch_security.multitenancy.tenants.enable_global: false opensearch_security.multitenancy.tenants.enable_private: true opensearch_security.multitenancy.tenants.preferred: ["Flash", "OnlineOps", "Atlas", "Private"] opensearch_security.multitenancy.enable_filter: true opensearch_security.readonly_mode.roles: [kibana_read_only]

OpenSearch Version 2.13.0

Dashboards Version 2.13.0

Host/Environment (please complete the following information): Official docker image

stephen-crawford commented 5 months ago

[Triage] Hi @artemus717, thank you for filing this issue. @cwperks please take a look and address as appropriate.