Skip to content

Commit 38e717e

Browse files
authored
Add verifySsl property (#31)
1 parent 4a59c17 commit 38e717e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/misc-configuration-properties.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ kafka:
5454
| `KAFKA_CLUSTERS_0_POLLING_THROTTLE_RATE` | Max traffic rate (bytes/sec) that kafbat-ui allowed to reach when polling messages from the cluster. Default: 0 (not limited) |
5555
| `KAFKA_CLUSTERS_0_SSL_TRUSTSTORELOCATION` | Path to the JKS truststore to communicate to Kafka Connect, SchemaRegistry, KSQL, Metrics |
5656
| `KAFKA_CLUSTERS_0_SSL_TRUSTSTOREPASSWORD` | Password of the JKS truststore for Kafka Connect, SchemaRegistry, KSQL, Metrics |
57+
| `KAFKA_CLUSTERS_0_SSL_VERIFYSSL` | If set to false, SSL certificate of the host won't be verified. True by default. |
5758
| `TOPIC_RECREATE_DELAY_SECONDS` | Time delay between topic deletion and topic creation attempts for topic recreate functionality. Default: 1 |
5859
| `TOPIC_RECREATE_MAXRETRIES` | Number of attempts of topic creation after topic deletion for topic recreate functionality. Default: 15 |
5960
| `DYNAMIC_CONFIG_ENABLED` | Allow to change application config in runtime. Default: false. |

0 commit comments

Comments
 (0)