Wolfgang Ellsässer

Results 29 comments of Wolfgang Ellsässer

Hi @brechsteiner, do you have `"live-restore": true` set in the `/etc/docker/daemon.json`? It is a common issue that after an update of the Docker daemon the socket connections are dysfuntional, so...

I just wanted to bring this topic back to the top. There are critical security issues that are fixed in the upsteam and could be easily fixed with a new...

Finally ❤️ ![{A852D0AC-FD9B-43BF-AD3B-A305989BEAF6}](https://github.com/user-attachments/assets/ca5f6789-7a34-4a88-aaf1-1d1bbcc64819) Thanks for the new release!

If I can help in some way, please let me know. I work as a devops engineer, so I'm used to building and containerising Go programs

I avoid having shells, downloaders, or package managers in prod images for security purposes. So a health check option, as initially proposed, would make sense, imho.

I use a small go binary for the healthcheck in another project. I suppose this could work similar with oauth2-proxy: https://github.com/wollomatic/socket-proxy/blob/main/cmd/healthcheck/main.go

Thanks @amanda-wee for this amazing work! I'll try to get the review done as soon as possible.