nautobot / nautobot-lab

All-in-one Docker container that allows a user to explore Nautobot in a lab environment.
Apache License 2.0
41 stars 13 forks source link

Run as nonroot #85

Open WhippingBoy01 opened 1 year ago

WhippingBoy01 commented 1 year ago

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