-
Notifications
You must be signed in to change notification settings - Fork 53
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
porch function runner is unable to pull image from a repository with self-signed certificate #819
Comments
Hello @dromie if your question relates to you trying to pull an image from a registry that requires authentication to access then i believe this PR that has just been merged suits what you are looking for. Here is some documentation of how to set it up. Let me know if that suits your needs. |
I've seen your PR about authentication, but this issue is about the SSL/TLS certificate of the registry. |
perhaps you could try this Am i understanding your point correctly? your registry is behind https and the tls certificate required to access it is self signed on your machine and there does not seem to be a means of including that in the |
if you could provide a step by step issue reproduction with logs that would be very helpful. |
Steps to reproduce the issue:
the rendering of the package (that is triggered by push) will fail, because porch (actually the |
There is no configuration option to add a trusted private certificate authority for pulling docker images.
Mounting a configmap/secret to /etc/ssl/cert.pem does work as a workaround.
The text was updated successfully, but these errors were encountered: