Skip to content

Commit

Permalink
Remove deprecated tlsCertFile from External scaler
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Brouwer <[email protected]>
  • Loading branch information
rickbrouwer committed Nov 17, 2024
1 parent 73f6a14 commit 44f133c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/docs/2.17/scalers/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ triggers:
metadata:
scalerAddress: external-scaler-service:8080
caCert : /path/to/tls/ca.pem
tlsCertFile: /path/to/tls/cert.pem # Deprecated. https://github.com/kedacore/keda/issues/4549
tlsClientCert: /path/to/tls/cert.pem
tlsClientKey: /path/to/tls/key.pem
unsafeSsl: false
Expand All @@ -26,7 +25,6 @@ triggers:
**Parameter list:**
- `scalerAddress` - Address of the external scaler. Format must be `host:port`.
- `tlsCertFile` - Location of a certificate to use for the GRPC connection to authenticate with. (Optional)
- `unsafeSsl` - Skip certificate validation when connecting over HTTPS. (Values: `true`, `false`, Default: `false`, Optional)

The entire metadata object is passed to the external scaler in `ScaledObjectRef.scalerMetadata`.
Expand Down Expand Up @@ -103,4 +101,4 @@ spec:
extraKey: "demo"
authenticationRef:
name: keda-trigger-auth
```
```

0 comments on commit 44f133c

Please sign in to comment.