On 2020-04-26 20:51, sylvain.bonnemaison(a)ti-mm.com wrote:
Podmab 1.9 provide a docker like REST API service. Running this
service as a linux daemon using systemctl limit service access to root account.
How to let others user accounts have access to the prodman REST API?
Is there a specific podman configuration?
Thanks
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
We'd recommend adding the Podman service to the systemd user session
of each user that will be using rootless Podman. The per-user service
requirement is annoying, but consistent with our security model
(ensures Podman does not get involved with user authentication, which
is a main goal of the new API). If your users do not have a systemd
user session, the `podman system service --timeout=0` command can be
manually run as the user.
Thanks,
Matt Heon