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
When running AxonServer Dashboard with access control enabled and behind HTTPS ingress loadbalancer the login form always redirects to HTTP.
For example if I run it under https://axon-dashboard.example.com first initial redirect is always to http://axon-dashboard.example.com/login
Also, if I put https://axon-dashboard.example.com/login by hand and specify incorrect password it is also redirected to http://axon-dashboard.example.com/login?error
This makes dashboard inaccessible on ingress controllers where plain HTTP is disabled.
The text was updated successfully, but these errors were encountered:
I'm using Axon Server 4.5.12 and I jus rechecked on our different environment, it looks like the issue is only present in GCE ingress on Google Cloud. On-premises nginx-ingress controller doesn't have this issue. I guess this is because nginx-ingress forces redirect to SSL, but GCE doesn't.
When running AxonServer Dashboard with access control enabled and behind HTTPS ingress loadbalancer the login form always redirects to HTTP.
For example if I run it under https://axon-dashboard.example.com first initial redirect is always to http://axon-dashboard.example.com/login
Also, if I put https://axon-dashboard.example.com/login by hand and specify incorrect password it is also redirected to http://axon-dashboard.example.com/login?error
This makes dashboard inaccessible on ingress controllers where plain HTTP is disabled.
The text was updated successfully, but these errors were encountered: