Skip to content

Commit 310e89f

Browse files
authored
Merge pull request #1849 from confluentinc/7.8.0-post-lint-fixes
Fixing lint
2 parents 152f652 + 57312ca commit 310e89f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/sample_inventories/rbac-over-mtls-file-based-user-store.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ all:
5959

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

7070
kafka_controller:
7171
hosts:

roles/common/tasks/cert_principal_extract.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
- name: Extract Distinguished Name from Keystore - SSL Mutual Auth
23
# Examine the keystore
34
# Search lines with Entry type: "PrivateKeyEntry" and return that line and all after, ca cert is of type "trustedCertEntry"

roles/kafka_broker/tasks/register_cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@
9696
register: output
9797
until: output.status == 204
9898
retries: "{{ mds_retries }}"
99-
delay: 10
99+
delay: 10

0 commit comments

Comments
 (0)