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

Issue with choose-cluster logic #45

Open
chrisvidal opened this issue Oct 13, 2021 · 2 comments
Open

Issue with choose-cluster logic #45

chrisvidal opened this issue Oct 13, 2021 · 2 comments

Comments

@chrisvidal
Copy link

I register a user with clustername=demo and login.
then I logout
then I register a new user with clustername=voilaah
then this user is redirected to the URL /demo/settings (as it should be /voilaah/dashboard) from previous cluster demo instead of voilaah from the choose-cluster page that implements the component

[clustersList]
clusterDashboardPage = "app/dashboard"
@tomaszstrojny
Copy link
Member

Hi Chris,

Ensure you have configured your auto-assignment settings correctly. It seems to me more like a problem with the configuration more than the choose-cluster. I think that the second user should not have access to this first cluster, to begin with.

To inspect that better, see in the backend what clusters do you have and what users are assigned to them.

Reopen if needed.

Regards,

Tomasz Strojny

@chrisvidal
Copy link
Author

thanks Tomasz,

the assignement user / cluster are all correct as per my cumulus settings.

it is very simple case to test. you create 2 users for 2 clusters.

you login with user 1 into cluster 1.
then you logout
you login with user 2 into cluster 2.

you need in cluster 1, its like there is a cache in the url passed to user 2.

here is the cumulus config:

image

image

image

my 2 users / 2 clusters:

image

image

image

@tomaszstrojny tomaszstrojny reopened this Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants