Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tor: circuit rotation? #5

Open
cirocosta opened this issue May 13, 2021 · 0 comments
Open

tor: circuit rotation? #5

cirocosta opened this issue May 13, 2021 · 0 comments

Comments

@cirocosta
Copy link
Owner

cirocosta commented May 13, 2021

it's currently very easy to do so for hidden service ingress (kill the proxy pod and let the replicaset reconciler create another one), but there might be the opportunity for making that configurable (if desirable), like:

tor:
  enabled: true
  rotateCircuits: 24h

which could then be either a pod self-destruction mechanism (easy peasy), or a sidecar that makes a request to the control port over loopback to order a new circuit establishment (not too hard as it's just a matter of leveraging their text-protocol based interface. could perhaps be a separate command for tornetes?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant