Closed vordimous closed 3 months ago
Update:
I have tested working of Zilla with Aiven Kafka over TLS and it's working as expected. I'm able to produce & consume messages from the Kafka topic (http.kafka). Able to validate the same using java client.
Based on my understanding the issue with shared zilla.yaml
config is that vault
is not referred at south_tls_client
.
Expected config:
south_tls_client:
type: tls
kind: client
vault: client_vault
options:
trust:
- ca
keys:
- service_key
@aDaemonThread can we capture this situation and add a log event?
Describe the bug Trying to use zilla with Aiven Kafka I am unable to connect.
To Reproduce Steps to reproduce the behavior:
Zilla Environment: Describe the Host environment including:
Attach the
zilla.yaml
config file:Attach the
zilla logs
:Kafka Environment:
Client Environment:
the
/opt/bitnami/kafka/bin/kafka-topics.sh --list
command works with the below SSL configs:Additional context Aiven Quick connect instructions:
Enter a password to protect the keystore and the key, when prompted. 3.2 In the folder where the certificates are stored, use the keytool utility to create the truststore with the ca.pem file as input:
Enter a password to protect the trust stores and reply yes to confirm trusting the CA certificate, when prompted. The result are the keystore named client.keystore.p12 and truststore named client.truststore.jks that can be used for client applications configuration in the next steps.