You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the CA used to sign the TLS certificate of the Kafka connection is not part of the system pool, it should be possible to add other CAs as part of it.
Describe the desired state
The handling of TLS configurations seems to be happening in
We should allow configuring (parts of) the TLS field, most notably the CA, since it will be used to validate TLS certificate authenticity when KAFKA_TLS_INSECURE is set to false.
The text was updated successfully, but these errors were encountered:
Describe current state
AFAICT there is not a way to set the
RootCAs
field for theTLS
field of CommonConfigapm-queue/kafka/common.go
Line 127 in 1822363
When the CA used to sign the TLS certificate of the Kafka connection is not part of the system pool, it should be possible to add other CAs as part of it.
Describe the desired state
The handling of TLS configurations seems to be happening in
apm-queue/kafka/common.go
Lines 212 to 218 in 1822363
We should allow configuring (parts of) the TLS field, most notably the CA, since it will be used to validate TLS certificate authenticity when
KAFKA_TLS_INSECURE
is set tofalse
.The text was updated successfully, but these errors were encountered: