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
Currently users can provide certificate files to be used to validate the TLS connection when pulling images from private container registries. However, these certificates are not used when doing HTTP requests to Kubernetes Upstream - the certs are used only for contacting the container registries.
If users provide a CA certificate under a configurable path (by default /srv/app/certs/ca.pem) then we can now use this cert to validate the chain of certs in the TLS connection to Kubernetes Upstream.
0 commit comments