nautobot/nautobot-lab

Run as nonroot

WhippingBoy01 opened this issue · 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