listener.name.client.oauthbearer.sasl.jaas.config=org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required \
oauth.introspection.endpoint.uri="https://AUTH-SERVER-ADDRESS/introspection" \
oauth.client.id="kafka-broker" \
oauth.client.secret="kafka-broker-secret" \
oauth.ssl.truststore.location="PATH-TO-TRUSTSTORE-P12-FILE" \
oauth.ssl.truststore.password="TRUSTSTORE-PASSWORD" \
oauth.ssl.truststore.type="PKCS12" \
oauth.username.claim="preferred_username" ;
listener.name.client.oauthbearer.sasl.jaas.config=org.apache.kafka.common.security.oauthbearer.OAuthBearerLoginModule required \
oauth.introspection.endpoint.uri="https://AUTH-SERVER-ADDRESS/introspection" \
1
oauth.client.id="kafka-broker" \
2
oauth.client.secret="kafka-broker-secret" \
3
oauth.ssl.truststore.location="PATH-TO-TRUSTSTORE-P12-FILE" \
4
oauth.ssl.truststore.password="TRUSTSTORE-PASSWORD" \
5
oauth.ssl.truststore.type="PKCS12" \
6
oauth.username.claim="preferred_username" ;
7
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow