Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting popup(Select your tenant) even when multitenancy is disabled. #1436

Closed
ramanavenky22 opened this issue May 25, 2023 · 3 comments
Closed

Comments

@ramanavenky22
Copy link

Describe the bug

I have disabled multitenancy in both config.yml(multitenancy_enabled: false) and opensearch_dashboards.yml(opensearch_security.multitenancy.enabled: false) but when i open dashboards UI i am getting a popup to enable multitenancy.

To Reproduce
Steps to reproduce the behavior:

Disable multi-tenancy
Open a new window of Dashboards.

Expected behavior
The user should not be asked about a disabled feature.

OpenSearch Version
2.7.0

Dashboards Version
2.7.0

Screenshots
image

@ramanavenky22 ramanavenky22 changed the title Getting multitenancy popup even when it is disabled. Getting popup(Select your tenant) even when multitenancy is disabled. May 25, 2023
@Alwinius
Copy link

Same here, for us this occured when updating using the opensearch-operator from 2.5.0 to 2.7.0. Different to the other issues relating to a similar bug, the tenant selection is now empty (as seen in screenshot) and under Security - Tenants the tenants feature is disabled everywhere

@hobti01
Copy link

hobti01 commented May 26, 2023

We also see the issue in Opensearch 2.7.0, security plugin 2.7.0.0 with dashboards.yml configuration

opensearch_security:
  multitenancy:
    enabled: false

Original bug(s) are linked through here: #838
and the fix #965
was documented in the 2.0.0.0 release https://github.com/opensearch-project/security-dashboards-plugin/releases/tag/2.0.0.0
this seems like a regression.

@davidlago
Copy link

@ramanavenky22 / @hobti01 this issue has a fix going out in our upcoming 2.8.0 release (tentative release date 6/6)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants