Skip to content

Commit

Permalink
Add jaas config of broker
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud User committed Feb 1, 2024
1 parent 34ef1a5 commit e714a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/variables/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ kafka_controller_properties:
enabled: "{{ zookeeper_client_authentication_type in ['kerberos', 'digest'] and kraft_migration|bool }}"
properties:
zookeeper.set.acl: 'true'
migration_broker_listener:
enabled: "{{ sasl_protocol=='plain' and kraft_migration|bool }}"
broker_listener:
enabled: "{{ sasl_protocol=='plain' }}"
properties: "{{ {'broker_listener': kafka_broker_listeners[kafka_broker_inter_broker_listener_name]} | confluent.platform.listener_properties(ssl_enabled, fips_enabled, ssl_mutual_auth_enabled, sasl_protocol,
kafka_controller_truststore_path, kafka_controller_truststore_storepass, kafka_controller_keystore_path, kafka_controller_keystore_storepass, kafka_controller_keystore_keypass,
plain_jaas_config, kafka_controller_keytab_path, kafka_controller_kerberos_principal|default('kafka'), kerberos_kafka_controller_primary,
Expand Down

0 comments on commit e714a48

Please sign in to comment.