secure communication #13
Closed
muhamadazmy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current version of
rmb
communicate between rmb instances overhttp
. While the message integrity and authenticity is granted by the means of digital signature. The message content itself is still in plain-text. Which means a man in the middle attack can simply read the message content which can expose secrets (imagine setting passwords in env variables that are sent during container creation)This can be solved in one in many means:
data
with the remote twin public key. This is probably the better approach. It means the owner of the secure key is the only one who can decrypt the message.The problem with both approaches is that they are both not backward compatible.
Beta Was this translation helpful? Give feedback.
All reactions