bruman

Results 4 comments of bruman

``` 2024-08-23 16:16:46,459 [DEBUG] client_api_server: Unauthenticated user made authorized API call to (acs) from IP address (10.10.10.176, 10.10.10.176, 172.18.0.2). 2024-08-23 16:16:46,462 [ERROR] cherrypy.error.139679191504640: [23/Aug/2024:16:16:46] HTTP Traceback (most recent call last):...

And just for reference this is what i get when i click the authentic button from the kasm log in ``` 2024-08-23 16:21:00,571 [DEBUG] client_api_server: Unauthenticated user made authorized API...

I finally tracked my issue down. Some how i had RelayState set to hours=1. after changing that to https://kasm.mydomain.com/#/sso it solved my issues. I ended up looking at what office...

possible fix, not sure how you like pull requests for this project :) ``` diff --git a/faraday_plugins/plugins/repo/openvas/plugin.py b/faraday_plugins/plugins/repo/openvas/plugin.py index 734551e..09f20e3 100644 --- a/faraday_plugins/plugins/repo/openvas/plugin.py +++ b/faraday_plugins/plugins/repo/openvas/plugin.py @@ -185,6 +185,7 @@ class...