You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The vpn UI does not open on local hypervisor but opens on remote visor if enable_auth is set to be true in the config.
The vpn UI opens on local hypervisor but does not open on remote visor if enable_auth is set to be false in the config.
Environment information:
OS: Linux
Platform: Linux 5.11.0-37-generic x86_64
Steps to Reproduce
Steps to reproduce the behavior:
Update configs of integration/intermediary-visorB.json, integration/generic/visorA.json, integration/generic/visorA.json with
inside "apps"
2. Start integration env
3. Set enable_auth of hypervisor config to false
4. Go to vpn UI of hypervisor
5. Go to vpn UI of visor A
6. Do the same for enable_authtrue0
Actual behavior http://localhost:8000/#/vpn/unavailable?problem=pkChange sometimes we are redirected here and sometimes the page becomes unresponsive.
The text was updated successfully, but these errors were encountered:
I performed multiple tests and was unable to reproduce the issue. I made some changes recently to the authentication detection in #792 , which was merged just hours ago. Could you please make sure you are using the last changes added to the develop branch from that PR?
Describe the bug
The vpn UI does not open on local hypervisor but opens on remote visor if
enable_auth
is set to betrue
in the config.The vpn UI opens on local hypervisor but does not open on remote visor if
enable_auth
is set to befalse
in the config.Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
integration/intermediary-visorB.json
,integration/generic/visorA.json
,integration/generic/visorA.json
withinside
"apps"
2. Start
integration env
3. Set
enable_auth
of hypervisor config tofalse
4. Go to
vpn UI
of hypervisor5. Go to
vpn UI
of visor A6. Do the same for
enable_auth
true
0Actual behavior
http://localhost:8000/#/vpn/unavailable?problem=pkChange
sometimes we are redirected here and sometimes the page becomes unresponsive.The text was updated successfully, but these errors were encountered: