Skip to content

Commit df31c34

Browse files
committed
update annotations
1 parent 759d5f7 commit df31c34

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

salt/kafka/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ kafka:
6868
listeners: EXTERNAL_ACCESS://0.0.0.0:29092
6969
listener_x_security_x_protocol_x_map: EXTERNAL_ACCESS:SASL_SSL
7070
sasl_x_enabled_x_mechanisms: PLAIN
71-
sasl_x_mechanism_x_broker_x_protocol: SSL
71+
sasl_x_mechanism_x_inter_x_broker_x_protocol: SSL

salt/kafka/soc_kafka.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,40 @@ kafka:
228228
description: Enables or disables access to Kafka topics using user/password authentication. Used for producing / consuming messages via an external client.
229229
forcedType: bool
230230
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
231255
remote_users:
232256
user01: &remote_user
233257
username:
234258
description: Username to be used for custom account
235259
forcedType: string
260+
global: True
236261
password:
237262
description: Password to be used for custom account
238263
forcedType: string
264+
global: True
239265
sensitive: True
240266
user02: *remote_user
241267
user03: *remote_user

0 commit comments

Comments
 (0)