guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
142 stars 64 forks source link

VaultWarden and backup run as non-root #37

Open Vetal-ca opened 1 year ago

Vetal-ca commented 1 year ago

Run VaultWarden as non-root user Precondition for https://github.com/ttionya/vaultwarden-backup, backup integration, while beneficial on it's own

guerzon commented 11 months ago

I like the idea of running under a security context, but I think this should be optional in the template.

samuelJorblad commented 3 weeks ago

I would be okey with it being an option but I want to be able to run as not-root user since our k8s do not allow containers to run as root. For me I don't see the need to be able to run it as root but there might be resaons that it should be a choice.