-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Copy link
Description
problem
I have recently upgraded to CS 4.20.1. The instance is configured to use SAML auth.
Whenever my session times out, I an redirected to the login page. Since the upgrade to 4.20.1, the login page will not properly load and instead makes a massive number of requests to the API. See screenshot below:
This just keeps on going and going. In a matter of a few seconds, thousands of requests get made (9000-ish in this screenshot alone)
versions
4.20.1
KVM
Rocky Linux 8.10
The steps to reproduce the bug
- Log in via SSO
- Wait for it to time out
- Go to the cloudstack console (and then be redirected to the login page)
What to do about it?
Is anyone else experiencing this issue?
There are two main issues:
- The login page isn't working properly. It isn't handling a timed out session appropriately.
- At the very least, I think the requests made to the backend should back-off whenever an error is encountered. Right now, it appears to be retrying almost instantly, causing a flood of traffic.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo