Skip to content

Commit 0d7f5cd

Browse files
authored
Kafka Scaler: Add UnsafeSsl flag (kedacore#1214)
Signed-off-by: Bojan Zelic <[email protected]>
1 parent 871d978 commit 0d7f5cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/docs/2.12/scalers/apache-kafka.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ triggers:
3434
excludePersistentLag: false
3535
version: 1.0.0
3636
partitionLimitation: '1,2,10-20,31'
37-
tls: enable
3837
sasl: plaintext
38+
tls: enable
39+
unsafeSsl: false
3940
```
4041
4142
**Parameter list:**
@@ -56,6 +57,7 @@ partition will be scaled to zero. See the [discussion](https://github.com/kedaco
5657
- `partitionLimitation` - Comma separated list of partition ids to scope the scaling on. Allowed patterns are "x,y" and/or ranges "x-y". If set, the calculation of the lag will only take these ids into account. (Default: All partitions, Optional)
5758
- `sasl` - Kafka SASL auth mode. (Values: `plaintext`, `scram_sha256`, `scram_sha512`, `oauthbearer` or `none`, Default: `none`, Optional). This parameter could also be specified in `sasl` in TriggerAuthentication
5859
- `tls` - To enable SSL auth for Kafka, set this to `enable`. If not set, TLS for Kafka is not used. (Values: `enable`, `disable`, Default: `disable`, Optional). This parameter could also be specified in `tls` in TriggerAuthentication
60+
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)
5961

6062
> **Note:**
6163
>

0 commit comments

Comments
 (0)