Open barn4k opened 1 year ago
Hi @barn4k
Is your ALB doing the SSL termination? If not, could you please try on port 443 of IRIS (reverse proxy)?
I think that might be related to this discussion: https://discord.com/channels/922879298786975774/922883501974515733/1129502069951320125
Somehow in some conditions the browser isn't sending the session cookie that was set by the server and thus the server asks to reauth again. You can check that in the network tab of your browser debugger.
We still need to understand why :/
Hm... Seems the problem is with HTTP (we didn't use the HTTPS for testing service)
Describe the bug I have a strange situation, that I cannot login to the dfir-iris if the service is behind the AWS ALB. It accepts my credentials and reloads the login page instead of pushing forward to the dashboard page. I see in the network logs, that I receive 302 for the /dashboard page instead of 200
Screen for the service behind ALB:
Screen for the service without ALB:
To Reproduce Steps to reproduce the behavior:
Expected behavior After I enter the credentials, I will get to the dashboard page
Desktop (please complete the following information):