org.apache.kafka.common.security.plain.PlainLoginModule required \
user_schemaregistry="schemaregistry-secret" \
user_connect="connect-secret" \
+ user_ui="ui-secret" \
user_client="client-secret";
KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN
KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: |
org.apache.kafka.common.security.plain.PlainLoginModule required \
user_schemaregistry="schemaregistry-secret" \
user_connect="connect-secret" \
+ user_ui="ui-secret" \
user_client="client-secret";
KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN
KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: |
org.apache.kafka.common.security.plain.PlainLoginModule required \
user_schemaregistry="schemaregistry-secret" \
user_connect="connect-secret" \
+ user_ui="ui-secret" \
user_client="client-secret";
KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN
KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: |
org.apache.kafka.common.security.plain.PlainLoginModule required \
user_schemaregistry="schemaregistry-secret" \
user_connect="connect-secret" \
+ user_ui="ui-secret" \
user_client="client-secret";
KAFKA_LISTENER_NAME_LOCALHOST_SASL_ENABLED_MECHANISMS: PLAIN
KAFKA_LISTENER_NAME_LOCALHOST_PLAIN_SASL_JAAS_CONFIG: |
connections:
docker-kafka-server:
properties:
- bootstrap.servers: "kafka:9091"
+ bootstrap.servers: "kafka:9092"
+ security.protocol: SASL_PLAINTEXT
+ sasl.mechanism: PLAIN
+ sasl.jaas.config: org.apache.kafka.common.security.plain.PlainLoginModule required username="ui" password="ui-secret";
schema-registry:
url: "http://schema-registry:8085"
connect: