这是indexloc提供的服务,不要输入任何密码
Skip to content

v1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 03:44
· 13 commits to main since this release
f4f3b8e

Fixed

  • Include TLS root certificates in docker images to fix connections to otel collectors (#167)

Root certificates

Connections to MongoDB use the Rust MongoDB driver, which uses rust-tls, which bundles its own root certificate store.
So there was no problem connecting to MongoDB over TLS. But the connector's OpenTelemetry library uses openssl instead
of rust-tls, and openssl requires a separate certificate store to be installed. So this release fixes connections to
OpenTelemetry collectors over https.