bugfest / tor-controller

Tor toolkit for Kubernetes (Tor instances, onion services and more)
Apache License 2.0
98 stars 17 forks source link

[BUG] Don't run as root (tor daemon pod) #69

Closed chevdor closed 7 months ago

chevdor commented 7 months ago

Describe the bug

Here is a piece of log that says it all:

Nov 16 22:01:05.000 [warn] You are running Tor as root. You don't need to, and you probably shouldn't.

To Reproduce Use the example.

Expected behavior The container for the tor daemon does not run as root.

bugfest commented 7 months ago

Hi @chevdor, what version are you using? I believe we do use non-root UID in tor-controller-0.1.15-rc.1. Future releases will also run with non privileged account

bugfest commented 7 months ago

Duplicated of #67

bugfest commented 7 months ago

@chevdor fix released! https://github.com/bugfest/tor-controller/releases/tag/tor-controller-0.1.15