You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: salt/kafka/soc_kafka.yaml
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,14 +228,40 @@ kafka:
228
228
description: Enables or disables access to Kafka topics using user/password authentication. Used for producing / consuming messages via an external client.
229
229
forcedType: bool
230
230
helpLink: kafka.html
231
+
listeners:
232
+
description: Set of URIs that is listened on and the listener names in a comma-seperated list.
233
+
title: listeners
234
+
readonly: True
235
+
advanced: True
236
+
helpLink: kafka.html
237
+
listener_x_security_x_protocol_x_map:
238
+
description: External listener name and mapped security protocol.
239
+
title: listener.security.protocol.map
240
+
readonly: True
241
+
advanced: True
242
+
helpLink: kafka.html
243
+
sasl_x_enabled_x_mechanisms:
244
+
description: SASL/PLAIN is a simple username/password authentication mechanism, used with TLS to implement secure authentication.
245
+
title: sasl.enabled.mechanisms
246
+
readonly: True
247
+
advanced: True
248
+
helpLink: kafka.html
249
+
sasl_x_mechanism_x_inter_x_broker_x_protocol:
250
+
description: SASL mechanism used for inter-broker communication
251
+
title: sasl.mechanism.inter.broker.protocol
252
+
readonly: True
253
+
advanced: True
254
+
helpLink: kafka.html
231
255
remote_users:
232
256
user01: &remote_user
233
257
username:
234
258
description: Username to be used for custom account
235
259
forcedType: string
260
+
global: True
236
261
password:
237
262
description: Password to be used for custom account
0 commit comments