|
|
|
|
@ -15,8 +15,8 @@ yamlApplicationConfig: |
|
|
|
|
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="$KAFKA_CLIENT_ID" |
|
|
|
|
oauth.client.secret="$KAFKA_CLIENT_SECRET"; |
|
|
|
|
oauth.client.id="service-demo01-kafka-common" |
|
|
|
|
oauth.client.secret="27537019-2070-4de3-b380-89a239cf1511"; |
|
|
|
|
sasl.login.callback.handler.class: "io.strimzi.kafka.oauth.client.JaasClientOauthLoginCallbackHandler" |
|
|
|
|
auth: |
|
|
|
|
type: disabled |
|
|
|
|
|