Replies: 2 comments 6 replies
-
|
Just an idea: Let the new generator create static file configuration for traefik with Maybe you already are thinking along those lines? I read your other discussion thread that has the title Extending systemd generator?. |
Beta Was this translation helpful? Give feedback.
-
correct, but well with userns=auto the container cannot have access to the socket as the "random" uid would not allow access to the real root owned socket. So unless you give any uid access to the socket that will not work, asand well one should not give any uid access to the root podman.sock IMO all these auto service discovery via podman/docker.sock are insecure by design and should be avoided. I use traefik just fine via the file provider. I do not find the labels particular ergonomic either. Yes it then means you need to configure the traefik config in one file and the container in another but I see no issues with that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Trying to set up a rootful userns=auto environment, with traefik as a reverse proxy. It needs access to the podman socket, but simply mounting it effectively gives the container root access, as far as I understand. What are my options here?
Beta Was this translation helpful? Give feedback.
All reactions