Skip to content

Commit

Permalink
Merge pull request #1849 from confluentinc/7.8.0-post-lint-fixes
Browse files Browse the repository at this point in the history
Fixing lint
rrbadiani authored Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 152f652 + 57312ca commit 310e89f
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
@@ -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:
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"
2 changes: 1 addition & 1 deletion roles/kafka_broker/tasks/register_cluster.yml
Original file line number Diff line number Diff line change
@@ -96,4 +96,4 @@
register: output
until: output.status == 204
retries: "{{ mds_retries }}"
delay: 10
delay: 10

0 comments on commit 310e89f

Please sign in to comment.