nautobot-lab icon indicating copy to clipboard operation
nautobot-lab copied to clipboard

Run as nonroot

Open WhippingBoy01 opened this issue 9 months ago • 0 comments

It seems like supervisord is running as root.

PermissionError: [Errno 1] Operation not permitted: '/var/tmp/supervisor.sock'

kubernetes doesn't seem to like that

Could it be this that should to be changed? templates/supervisord.conf: [unix_http_server] file=/var/tmp/supervisor.sock chmod=0700 chown=root:root

WhippingBoy01 avatar Sep 14 '23 15:09 WhippingBoy01