Skip to content

Commit

Permalink
[7.8.0-post] | fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rrbadiani committed Dec 3, 2024
1 parent 152f652 commit 57312ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/sample_inventories/rbac-over-mtls-file-based-user-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ all:

# Ignore these below configs to keep user store to none and use SSO
kafka_broker_custom_properties:
confluent.metadata.server.user.store: FILE
confluent.metadata.server.user.store.file.path: /tmp/credentials
# file set in below config should be a valid credentials file.
# These files should be present on all brokers running MDS and should be consistent
# file format newline seperated users. Each line having username: password
# user1: password1
# user2: password2
confluent.metadata.server.user.store: FILE
confluent.metadata.server.user.store.file.path: /tmp/credentials
# file set in below config should be a valid credentials file.
# These files should be present on all brokers running MDS and should be consistent
# file format newline seperated users. Each line having username: password
# user1: password1
# user2: password2

kafka_controller:
hosts:
Expand Down
1 change: 1 addition & 0 deletions roles/common/tasks/cert_principal_extract.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: Extract Distinguished Name from Keystore - SSL Mutual Auth
# Examine the keystore
# Search lines with Entry type: "PrivateKeyEntry" and return that line and all after, ca cert is of type "trustedCertEntry"
Expand Down
2 changes: 1 addition & 1 deletion roles/kafka_broker/tasks/register_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@
register: output
until: output.status == 204
retries: "{{ mds_retries }}"
delay: 10
delay: 10

0 comments on commit 57312ca

Please sign in to comment.