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
Zarf init to an external registry with self-signed certificates which are not trusted using the root --insecure-skip-tls-verify flag.
Expected result
Images can push to the registry
Actual Result
Issues with certificate trust during image push
Visual Proof (screenshots, videos, text, etc)
2025-04-23 17:30:41 ERR unable to deploy component "zarf-agent": unable to push images to the registry: failed to push image ghcr.io/zarf-dev/zarf/agent:v0.52.1: Head "https://default-route-openshift-image-registry.apps-crc.testing/v2/zarf-dev/zarf/agent/manifests/sha256:52448482eb7ccc5c6fa64c5546c265a3914ee8a2997bafb8e0c8f9771e1fad77": tls: failed to verify certificate: x509: certificate signed by unknown authority
Severity/Priority
Additional Context
the images PushConfig does not support passing in the flag - this should be a primary entrypoint to supporting this.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
--insecure-skip-tls-verify
flag.Expected result
Images can push to the registry
Actual Result
Issues with certificate trust during image push
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
the images PushConfig does not support passing in the flag - this should be a primary entrypoint to supporting this.
The text was updated successfully, but these errors were encountered: