-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
--skip-tls-verify option is not used on checking push permission #628
Comments
zhleonix
added a commit
to zhleonix/kaniko
that referenced
this issue
Mar 28, 2019
zhleonix
added a commit
to zhleonix/kaniko
that referenced
this issue
Mar 28, 2019
|
abergmeier
pushed a commit
to abergmeier/kaniko
that referenced
this issue
May 15, 2019
Extract makeTransport, which allows using the current mechanism used for pushing. Fixes GoogleContainerTools#628.
sharifelgamal
pushed a commit
that referenced
this issue
Jun 14, 2019
Extract makeTransport, which allows using the current mechanism used for pushing. Fixes #628.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual behavior
When checking push permission, the --skip-tls-verify options are not used, which causes failed operation on our private registry without importing root cert into the kaniko image.:
error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: checking push permission for "private.repo/test/kaniko_demo:latest": Get https://private.repo/v2/: x509: certificate signed by unknown authority
Expected behavior
--skip-tls-verify should be considered even on CheckPushPermissions.
To Reproduce
Steps to reproduce the behavior:
Additional Information
latest version on master branch
The text was updated successfully, but these errors were encountered: