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
Move the type for CACertificateRefs in BackendTLSPolicy from LocalObjectReference to ObjectReference so a namespace field can be include to define a CA Cert Reference that lives in another namespace (not the backend service namespace)
Why this is needed:
Allows a team to define a ConfigMap containing the CA Cert ( to validate the backends) thats common, once instead of 1 per backend per namespace
to reduce the number of resources that need to be created by the team
to reduce the amount of resources that need to be reconciled by the control plane (these are fairly large resources)
the workaround is to be creative with the WellKnownCACertificates option, which I'm hoping we can avoid
The text was updated successfully, but these errors were encountered:
+1 on looking into ClusterTrustBundle as an option here. ConfigMap was a less than ideal solution as we waited for ClusterTrustBundle to stabilize. Now that it's reached beta, it's likely worth considering here.
Uh oh!
There was an error while loading. Please reload this page.
What would you like to be added:
Move the type for CACertificateRefs in BackendTLSPolicy from LocalObjectReference to ObjectReference so a
namespace
field can be include to define a CA Cert Reference that lives in another namespace (not the backend service namespace)Why this is needed:
WellKnownCACertificates
option, which I'm hoping we can avoidThe text was updated successfully, but these errors were encountered: