-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Is your feature request related to a problem? Please describe.
This request is not based on a problem, but on what I feel is a shortcoming of the system. Encrypted connections would make it safer to store confidential data in SiriDB and also prevent plain-text passwords from flowing across the wire.
Describe the solution you'd like
I would like to see siridb connections support TLS v1.2, ideally at least single directional, but support for mutual TLS would be nice as well. It would be nice if the HTTP API also supported TLS/SSL connections.
Describe alternatives you've considered
Currently we have to rely on a docker-provided encrypted backhaul network to provide security over the wire, this is unnecessarily complex and adds a lot of overhead.
Additional context
Add any other context or screenshots about the feature request here.