Network Transport security #982
-
Hi, I'm just wondering if there were any future plans or possible solutions currently that could support some level of TLS transport security over the network, discovery is not really an issue, its really about RPC or pub/sub security. Thanks, Will |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
HI Will, My knowledge regarding security is very limited. I guess we would need a security expert in the team, that can evaluate our architecture and analyze where and how we could realize a secure communication. If you are looking for secure transportation, you are probably better off looking at other frameworks. |
Beta Was this translation helpful? Give feedback.
HI Will,
every now and then we have slightly touched upon this topic, but then quickly agreed that this is out of scope for eCAL at this moment.
eCAL is designed to be used in trusted networks and focusses on the high throughput and low latency.
My knowledge regarding security is very limited. I guess we would need a security expert in the team, that can evaluate our architecture and analyze where and how we could realize a secure communication.
I guess the only eCAL transport layer where that makes sense is the tcp layer, and services (which already work over tcp).
If you are looking for secure transportation, you are probably better off looking at other frameworks.
Maybe this project co…