Infoblox-Provider: Allow to reference CAcert in ConfigMap #327
Labels
kind/enhancement
Enhancement, improvement, extension
lifecycle/stale
Nobody worked on this for 6 months (will further age)
What would you like to be added:
The DNSProvider for Infoblox has the fields
sslVerify
andcaCert
to enable TLS verification. CurrentlycaCert
is a string field that requires the user to inline a CA-Certfificate(-chain) to use TLS verification, because the content of that string is directly put into the cert-pool.I would love to be able to put a reference ConfigMap, that holds the needed CA-Certificate(-chain).
For example it could look like:
Why is this needed:
For users of trust-manager such ConfigMap is already available for usage and not having to inline the certificate is decreasing the maintainance effort.
The text was updated successfully, but these errors were encountered: