You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The operator currently can load CA certificates from /custom/ca. This is a great feature, but has two drawbacks:
The path is hard-coded
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
The text was updated successfully, but these errors were encountered:
Proposal
The operator currently can load CA certificates from /custom/ca. This is a great feature, but has two drawbacks:
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
The text was updated successfully, but these errors were encountered: