Feature: socket-proxy support for coolify-sentinel (reduce RW docker socket exposure) #8847
mantas21
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
coolify-sentinelis deployed with a read-write/var/run/docker.sockmount and no userrestriction (runs as root). This grants the sentinel process — and any vulnerability in it —
full Docker daemon control, which is root-equivalent on the host.
Proposed solution
Add an optional
docker-socket-proxy(tecnativa/docker-socket-proxy) sidecar for sentinel,similar to the approach recommended in Authentik's own docs for their worker. Sentinel only
needs read access to container stats/events — a proxy scoped to
CONTAINERS=1 INFO=1 EVENTS=1and no POST would be sufficient.
Environment
References
Beta Was this translation helpful? Give feedback.
All reactions