issues
search
GreptimeTeam
/
greptimedb-ingester-rust
A Rust ingester for GreptimeDB, which is compatible with GreptimeDB protocol and lightweight.
Apache License 2.0
13
stars
2
forks
source link
feat: add support for tls connection
#15
Closed
sunng87
closed
8 months ago
sunng87
commented
8 months ago
changes included in this patch:
add
tls-roots
feature to
tonic
to include system ca
make custom ca/client certs optional when configuring tls
correct endpoint scheme when tls enabled
changes included in this patch:
tls-roots
feature totonic
to include system ca