Skip to content

Commit

Permalink
declare sasl.mechanism.controller.protocol when scram or scram256
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Lefebvre committed Oct 31, 2023
1 parent 3baebe7 commit 33d2a03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/variables/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ kafka_controller_properties:
enabled: "{{kafka_controller_sasl_protocol=='kerberos'}}"
properties:
sasl.mechanism.controller.protocol: GSSAPI
kraft_sasl_scram:
enabled: "{{kafka_controller_sasl_protocol=='scram'}}"
properties:
sasl.mechanism.controller.protocol: SCRAM-SHA-512
kraft_sasl_scram256:
enabled: "{{kafka_controller_sasl_protocol=='scram256'}}"
properties:
sasl.mechanism.controller.protocol: SCRAM-SHA-256
ssl:
enabled: "{{ kafka_controller_listeners | confluent.platform.ssl_required(kafka_controller_ssl_enabled) }}"
properties:
Expand Down

0 comments on commit 33d2a03

Please sign in to comment.