By default, :brod uses :verify_none for tls connections. To support :verify_peer and other levels of TLS cert verification, we need CA certs to pass to :brod. We can have a default cert but we will also likely need custom certificate uploads as well.
By default,
:brod
uses:verify_none
for tls connections. To support:verify_peer
and other levels of TLS cert verification, we need CA certs to pass to:brod
. We can have a default cert but we will also likely need custom certificate uploads as well.https://hexdocs.pm/brod/authentication.html#elixir-1