kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.01k stars 1.01k forks source link

Allow multiple directories of CA certificates #5860

Closed joelsmith closed 1 week ago

joelsmith commented 3 weeks ago

Proposal

The operator currently can load CA certificates from /custom/ca. This is a great feature, but has two drawbacks: 1) The path is hard-coded 2) If CA certs are stored in two different directories, they can't both be easily added (as in the case of two different ConfigMaps with certificates The feature request is to allow the operator to receive one or more CA certificate dirs via its command line, and to load them all.

Use-Case

keda ... --ca-dir=/custom/ca --ca-dir=/custom/ca2

Is this a feature you are interested in implementing yourself?

Yes

Anything else?

No response