immauss / openvas

Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
360 stars 102 forks source link

Login-Loop #50

Closed threechord82 closed 3 years ago

threechord82 commented 3 years ago

After entering the correct user data I see briefly (1 second) flash the interface, I am redirected back to the login screen and should enter my password again. I can’t get into the user interface of GVM.

immauss commented 3 years ago

Can you send me the last part of a the docker logs for your contianer?

immauss commented 3 years ago

This may have been during the brief period there was a problem with gsa that has been resolved now. Can you try the latest container image and see if you are having the same issue.

immauss commented 3 years ago

Haven't heard anything back. If this is still a problem with the latest image, please open a new issue. -Scott

jonny190 commented 3 years ago

IVe got the same issue, the log shows: ==> /usr/local/var/log/gvm/gsad.log <== gsad gmp:MESSAGE:2021-08-24 08h50.22 utc:1132: Authentication success for 'admin' from 10.0.0.211

immauss commented 3 years ago

@jonny190 What tag are using? Please provide the entire contents of: docker logs

jonny190 commented 3 years ago

@immauss i'm using latest tag How many logs are you wanting as there are a fair few pages

++++++++++++++++

==> /usr/local/var/log/gvm/gvmd.log <== md main:WARNING:2021-08-24 09h38.04 utc:42: gvmd: databases are already at the supported version md main:MESSAGE:2021-08-24 09h39.21 utc:146: Greenbone Vulnerability Manager version 21.4.2 (DB revision 242) md main:MESSAGE:2021-08-24 09h39.21 utc:151: Greenbone Vulnerability Manager version 21.4.2 (DB revision 242) md main:WARNING:2021-08-24 09h39.21 utc:151: gvmd: Another process is busy starting up md main:MESSAGE:2021-08-24 09h39.22 utc:171: Greenbone Vulnerability Manager version 21.4.2 (DB revision 242) md main:WARNING:2021-08-24 09h39.22 utc:171: gvmd: Another process is busy starting up md manage: INFO:2021-08-24 09h39.23 UTC:177: update_scap: Updating data from feed md manage: INFO:2021-08-24 09h39.23 UTC:177: Updating CPEs md main:MESSAGE:2021-08-24 09h39.23 utc:185: Greenbone Vulnerability Manager version 21.4.2 (DB revision 242) md manage: INFO:2021-08-24 09h39.23 utc:185: Getting users.

==> /usr/local/var/log/gvm/openvas.log <== libgvm util:MESSAGE:2021-08-24 09h33.32 utc:1141: Updated NVT cache from version 0 to 202108231021

==> /usr/local/var/log/gvm/ospd-openvas.log <== OSPD[1114] 2021-08-24 09:31:52,536: INFO: (ospd.main) Starting OSPd OpenVAS version 21.4.1. OSPD[834] 2021-08-24 09:39:29,897: INFO: (ospd.main) Starting OSPd OpenVAS version 21.4.1.

==> /usr/local/var/log/gvm/gsad.log <== gsad gmp:MESSAGE:2021-08-24 09h40.00 utc:850: Authentication success for 'admin' from 10.0.0.211

==> /usr/local/var/log/gvm/openvas.log <== libgvm util:MESSAGE:2021-08-24 09h40.34 utc:858: Updated NVT cache from version 0 to 202108231021

jonny190 commented 3 years ago

OpenVAS.Log

jonny190 commented 3 years ago

Looking in the chrome debug i'm getting auth issues image

jonny190 commented 3 years ago

Cleared Cookies and fixed it

immauss commented 3 years ago

Awesome! Thanks for the follow up.