gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
28.66k stars 3.22k forks source link

Feature request: Use nginx-unprivileged to allow to run as non root user #1880

Open rasmusson opened 1 month ago

rasmusson commented 1 month ago

Im trying run cyberchef in kubernetes and trying to run it as a non root user as general security best practise. Because nginx is running as root I can't do that.

Describe the solution you'd like I¨m hoping you can start using nginxinc/nginx-unprivileged in your docker container instead of the regular one running as root.