Update values for demo01-kafka-ui6

service-demo01
system 1 month ago
parent 966295df62
commit bb099f7150
  1. 6
      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

Loading…
Cancel
Save