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
If you have actual concerns about pod traffic being sniffed, IMO you have a much bigger problem.
Nevertheless, for secure pod communication, the pattern I often see is using the service mesh to manage SSL/TLS rather than letting each application handle its own SSL/TLS implementation.
If you really want to implement the TLS on Rocket, I recommend checking this guide and submitting a PR.
Hello
do you think to add https on rocket service to manage end to end encryption ?
The text was updated successfully, but these errors were encountered: