tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

feat: randomise tor control password #254

Closed CjS77 closed 7 months ago

CjS77 commented 7 months ago

The tor control port password can be made ephemeral and random when the tor container is started. This password can be supplied to other containers so that they can access Tor.

This prevents actors that have access to the docker daemon from using the Tor control port -- assuming they're unable to exec or attach to any running container in order to access the environment.