vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Enable native TLS roots feature on tonic #482

Closed jamesreprise closed 8 months ago

jamesreprise commented 8 months ago

What is the goal of this PR?

We've enabled the 'tls-roots' on our tonic crate. This means tonic will now trust all of the root certificates in the user's root certificate store when making connections.

What are the changes implemented in this PR?

Enabled the 'tls-roots' feature flag on the tonic crate.

Drive-by: sort the crates alphabetically.

typedb-bot commented 8 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture