-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Labels
Description
Environment
Device and OS: Ubuntu 24.04.1 LTS
App version: v0.48.1
Kubernetes distro being used: Any
Other: Accessing a GitLab instance that is using a self-signed certificate
Steps to reproduce
- Attempt to create a Zarf package with a Helm chart component, where the repo is GitLab project repo on a GitLab instance using a self signed certificate. Pass the
--insecure-skip-tls-verifyflag.
Expected result
The package is pulled successfully.
Actual Result
An x509 certificate error occurs.
Visual Proof (screenshots, videos, text, etc)
ERROR: failed to create package: unable to add component "<redacted>": unable to download the published chart
"<redacted>": unable to pull the helm chart: looks like
"https://<redacted>/api/v4/projects/1234/packages/helm/stable" is not a valid
chart repository or cannot be reached: Get
"https://<redacted>/api/v4/projects/1234/packages/helm/stable/index.yaml": tls:
failed to verify certificate: x509: certificate signed by unknown authoritySeverity/Priority
Severe
Reactions are currently unavailable