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 has been archived by the owner on Feb 18, 2021. It is now read-only.
I'm wondering if there is, or planned to have, an integration of a security layer for the transportation of the tasks.
It might be useful to have a cluster shared between different locations and guarantee an encrypted transfer.
Thanks!
The text was updated successfully, but these errors were encountered:
We currently have 2 transports:
(1) Websockets (for streaming support)
(2) TChannel
We know it is possible to add TLS support over websockets (secure websocket). We need to investigate integrating security layer over TChannel as well. We will update as soon as we have more info here.
Using WebSockets for this seems pretty interesting for cross-platform and standardized protocol.
We will focus on this particular transport layer for the moment.
Feel free to close this ticket or convert it into something like TChannel security layer support
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Greetings!
I'm wondering if there is, or planned to have, an integration of a security layer for the transportation of the tasks.
It might be useful to have a cluster shared between different locations and guarantee an encrypted transfer.
Thanks!
The text was updated successfully, but these errors were encountered: