Baptiste-Leterrier

Results 3 comments of Baptiste-Leterrier

Same here with the docker setup. Also happen when setting the env variable WELCOME_FORM_WEBHOOK ``` {"level":"info","latency":150.374359,"status":200,"method":"POST","url":"/api/login","time":"2022-02-28T12:59:43Z"} {"level":"warn","internal_error":"stored cookie was not authenticated","external_error":"Forbidden","method":"GET","url":"/api/users/current","time":"2022-02-28T12:59:43Z"} ```

Currently managed using a reverse proxy (here nginx) and auth-basic just "whitelist" these locations ``` location /app/view-note { auth_basic off; allow all; proxy_pass XXX; } location /app/modules { auth_basic off;...

Confirmed, got the same issue with our ZTNA that will resolve Redshift cluster address to AAAA records for some reasons, thus preventing access as only IPV4 is managed.