File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,13 @@ external_kafka:
219219 max_length : 256
220220 example : 10.0.0.1:9092,10.0.0.2:9092
221221 sasl_mechanism :
222- title : The list of SASL mechanisms enabled in the Kafka server.
222+ title : SASL mechanism used for connections to the Kafka server.
223223 type :
224224 - string
225225 enum :
226226 - value : PLAIN
227+ - value : SCRAM-SHA-256
228+ - value : SCRAM-SHA-512
227229 example : PLAIN
228230 sasl_plain_password :
229231 title : Password for SASL PLAIN mechanism in the Kafka server.
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ cassandra:
4343 - " null"
4444 enum :
4545 - value : " 4"
46+ - value : " 3"
4647 ip_filter :
4748 title : IP filter
4849 description : Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
@@ -2092,6 +2093,8 @@ kafka:
20922093 deprecation_notice : This value is deprecated.
20932094 value : " 3.2"
20942095 - value : " 3.3"
2096+ - value : " 3.1"
2097+ - value : " 3.4"
20952098 private_access :
20962099 title : Allow access to selected service ports from private networks
20972100 type : object
You can’t perform that action at this time.
0 commit comments