Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple directories of CA certificates #5860

Closed
joelsmith opened this issue Jun 4, 2024 · 0 comments · Fixed by kedacore/charts#650 or #5859
Closed

Allow multiple directories of CA certificates #5860

joelsmith opened this issue Jun 4, 2024 · 0 comments · Fixed by kedacore/charts#650 or #5859
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@joelsmith
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
None yet
1 participant