How to enable Kerberos SMB credentials in GVM 24.10 / 25.0?

Hi! I have already asked about a similar problem in this discussion: How to enable Kerberos authenticated SMB scans using credentials in GVM 22.4 / 23.4? - #5 by bricks. However, I am currently using the latest version of docker-compose.yml for community containers with separate gsa, gsad, and nginx containers. As far as I understand, the old methods no longer work or work in a different way. Can you tell me how this can be fixed now?

You still can mount your own config.js at /usr/share/nginx/html/config.js on the nginx service at the compse file. The whole static content for the web application is just served with nginx instead of gsad now.

2 Likes

@bricks, thanks a lot!

That is a very relevant observation regarding the containerized environment. Since the transition to the separate Nginx service, managing volume mounts for custom configurations has indeed become a bit more specific compared to the older setups.