You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2019. It is now read-only.
Right now, communicating over untrusted networks is pretty risky. Man in the middle attacks and sniffing will both crack the cluster wide open, no matter what people use as Credentials.
Implementing something like Diffie-Hellman can protect against the sniffing, but not the man in the middle. TLS would take care of it, but is probably overkill.