-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to deploy package to an external registry with self signed cert #1181
Labels
Comments
rishi-anand
added a commit
to spectrocloud/zarf
that referenced
this issue
Jan 12, 2023
6 tasks
jeff-mccoy
added a commit
that referenced
this issue
Feb 2, 2023
Migrated from #1191 ## Description Adding support for insecure flag for external registry in `zarf init`. Fixing `zarf package create` and `zarf package deploy` failures with external self signed cert registry as mentioned in #1190 and #1181 ## Related Issue Fixes # #1190 Fixes # #1181 Fixes # #561 Fixes # #1015 --------- Co-authored-by: Rishi <[email protected]>
Fixed in #1280 |
github-project-automation
bot
moved this from New Requests
to Done
in Zarf Project Board
Feb 13, 2023
Noxsios
pushed a commit
that referenced
this issue
Mar 8, 2023
Migrated from #1191 ## Description Adding support for insecure flag for external registry in `zarf init`. Fixing `zarf package create` and `zarf package deploy` failures with external self signed cert registry as mentioned in #1190 and #1181 ## Related Issue Fixes # #1190 Fixes # #1181 Fixes # #561 Fixes # #1015 --------- Co-authored-by: Rishi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
We are trying to leverage an external registry that has a self-signed certificate while deploying package via zarf
Environment
Device and OS: MacOS, Ubuntu22.04
App version: 0.23.0
Kubernetes distro being used:
Other:
Steps to reproduce
zarf init --registry-push-password=abcd --registry-push-username=abcd --registry-url=abcd.registry.local
andabcd.registry.local
is a local registry with the self-signed certificate.zarf package deploy zarf-package-abc.tar.zst
Expected result
Images should get uploaded to the local registry and the package should get deployed.
Actual Result
Image upload to registry fails with below error
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
4 (on scale of 1-5)
Additional Context
Building a zarf package using images from a self-signed registry also fails. There are open issues #561 and #1015 for creating package from self signed repo.
The text was updated successfully, but these errors were encountered: