uber-archive/cherami-server

[Question] SSL/TLS/SSH support

silverkorn opened this issue · 2 comments

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!

@silverkorn - Thanks for reaching out.

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.

Thank you for your prompt answer!

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