Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing lint #1849

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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