From bb099f7150c888e54710f5ca6ad18ca7a030b6e3 Mon Sep 17 00:00:00 2001 From: system Date: Tue, 4 Nov 2025 05:14:00 +0000 Subject: [PATCH] Update values for demo01-kafka-ui6 --- demo01-kafka-ui6/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo01-kafka-ui6/values.yaml b/demo01-kafka-ui6/values.yaml index 5e4b503..a49d986 100644 --- a/demo01-kafka-ui6/values.yaml +++ b/demo01-kafka-ui6/values.yaml @@ -8,15 +8,15 @@ yamlApplicationConfig: kafka: clusters: - name: kafka-cluster - bootstrapServers: SASL_PLAINTEXT://kafka-cluster-kafka-tls-bootstrap.kafka-cluster.svc.cluster.local:9093 + bootstrapServers: SASL_PLAINTEXT://kafka-cluster-kafka-tls-bootstrap.$kafka_cluster_namespace.svc.cluster.local:9093 properties: security.protocol: SASL_PLAINTEXT sasl.mechanism: OAUTHBEARER sasl.jaas.config: | org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required oauth.token.endpoint.uri="https://keycloak.gke.paasup.io/realms/paasup/protocol/openid-connect/token" - oauth.client.id="service-demo01-kafka-common" - oauth.client.secret="86e48217-526d-47bf-be75-3de3351f3ddb"; + oauth.client.id="$KAFKA_CLIENT_ID" + oauth.client.secret="$KAFKA_CLIENT_SECRET"; sasl.login.callback.handler.class: "io.strimzi.kafka.oauth.client.JaasClientOauthLoginCallbackHandler" auth: type: disabled