Skip to content

Commit

Permalink
Merge branch '6.1.x' into 6.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mansisinha committed Nov 22, 2023
2 parents 1525244 + 6cd467b commit b55be2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/confluent.kafka_broker/tasks/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
loop: "{{ groups['kafka_broker'] }}"
run_once: true

- name: Fail if No Authentication is set
fail:
msg: "Please configure Authentication on the Kafka cluster."
loop: "{{ groups['kafka_broker'] }}"
when: hostvars[item]['kafka_broker_principal'] is undefined
run_once: true

# Take super.users property, split into list, remove empty string from list, and add in mds_super_user
- name: Initialize Super Users List
set_fact:
Expand Down

0 comments on commit b55be2c

Please sign in to comment.