-
Notifications
You must be signed in to change notification settings - Fork 177
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
[FEATURE] Add check for both workspace and multi tenancy enabled #1819
Comments
this can assign to me, i will add the check |
@Hailong-am could you please describe the scenarios that will be confusing? For customers that are already using multi tenancy this will also be confusion. I suspect the UX will need changes to help mitigate this confusion, what do you think? |
If a user create a few different workspaces with dashboards, those dashboards will be isolated by workspace. They can switch between workspaces like switch tenancy. However, with workspace mixed with tenancy, user need to pay attention to two things, workspace and tenancy. A user create a workspace and that will store in
If they want to give a try to workspace, they could turn off mutli tenancy for a while and change it back when finshed.
Yes, that will have tenancy migration guide when start to use workspace at the first time. |
[Triage] Hi @Hailong-am thanks for filing this issue. This seems like we can move forward with the change you suggested. I will also go ahead and assign this to you like you asked. |
Is your feature request related to a problem?
The workspace feature will have similar functionality with multi tenancy. If they are both turned on that may confuse user, as there have two ways to separated data.
What solution would you like?
Add a check in security dashboard plugin to check if workspace plugin is turned on and multi tenancy is on, then OSD will exit and print out an error message when startup.
The reason why not add this check in workspace plugin are
What alternatives have you considered?
Do you have any additional context?
opensearch-project/OpenSearch-Dashboards#4944
The text was updated successfully, but these errors were encountered: