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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
My internal Docker registry uses https only, and its certificate is signed by an internal CA. When I run fluxd installed with the helm chart, I get:
ts=2019-01-22T20:26:18.820968558Z caller=warming.go:155 component=warmer canonical_name=registry.example.com/
image-name auth="{map[registry.example.com:<registry creds for [email protected],
from user:secret/cluster-registry>]}" err="Get https://registry.example.com/v2/: x509: certificate signed
by unknown authority"
and the images are never detected.
This configuration works for Docker because I have installed the appropriate CA in the host OSes credential store.
I expect the same error to happen with self-signed certificates.
I am preparing a PR for this issue, to use an approach similar to the flux helm operator's --tiller-tls-ca-cert-path option, and will post it when I have something workable.
Thanks,
Michael.
The text was updated successfully, but these errors were encountered:
My internal Docker registry uses https only, and its certificate is signed by an internal CA. When I run fluxd installed with the helm chart, I get:
and the images are never detected.
This configuration works for Docker because I have installed the appropriate CA in the host OSes credential store.
I expect the same error to happen with self-signed certificates.
I am preparing a PR for this issue, to use an approach similar to the flux helm operator's
--tiller-tls-ca-cert-path
option, and will post it when I have something workable.Thanks,
Michael.
The text was updated successfully, but these errors were encountered: