File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 59
59
60
60
# Ignore these below configs to keep user store to none and use SSO
61
61
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
69
69
70
70
kafka_controller :
71
71
hosts :
Original file line number Diff line number Diff line change
1
+ ---
1
2
- name : Extract Distinguished Name from Keystore - SSL Mutual Auth
2
3
# Examine the keystore
3
4
# Search lines with Entry type: "PrivateKeyEntry" and return that line and all after, ca cert is of type "trustedCertEntry"
Original file line number Diff line number Diff line change 96
96
register : output
97
97
until : output.status == 204
98
98
retries : " {{ mds_retries }}"
99
- delay : 10
99
+ delay : 10
You can’t perform that action at this time.
0 commit comments