From 180e538c704dd9abcb542fc4ba5d123477e83b90 Mon Sep 17 00:00:00 2001 From: Derek Horton Date: Fri, 8 Dec 2023 16:00:27 -0600 Subject: [PATCH] Reconfigure playbook-dispatcher-connect in stage to connect to msk --- deploy/connect.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deploy/connect.yaml b/deploy/connect.yaml index d3c19aae..19a0e4b8 100644 --- a/deploy/connect.yaml +++ b/deploy/connect.yaml @@ -196,7 +196,7 @@ objects: "-Xmx": ${XMX} "-Xms": ${XMS} - bootstrapServers: ${KAFKA_BOOTSTRAP_HOST}:${KAFKA_BOOTSTRAP_PORT} + bootstrapServers: ${KAFKA_BOOTSTRAP_HOST} config: group.id: playbook-dispatcher-connect config.providers: file @@ -207,6 +207,15 @@ objects: offset.storage.replication.factor: ${KAFKA_REPLICATION_FACTOR} status.storage.replication.factor: ${KAFKA_REPLICATION_FACTOR} config.storage.replication.factor: ${KAFKA_REPLICATION_FACTOR} + tls: + trustedCertificates: [] + authentication: + # this config is specific to PLAIN sasl mechanism + type: ${KAFKA_SASL_MECHANISM} + username: ${KAFKA_USERNAME} + passwordSecret: + secretName: app-auth + password: client_secret externalConfiguration: volumes: - name: rds-client-ca