Hide
= Downloading project zip file from an external devfile registry fails
Before this update, downloading a project zip file from an external devfile registry failed with an "x509: certificate signed by unknown authority" error. With this update, the `project-clone` init container reads any `.crt` or `.pem` files stored in `/public-certs`. These certificates are added to the HTTP client used for preparing zip-based projects in a DevWorkspace and allow you to download project zips from default-untrusted sources by e.g. auto-mounting certificates to `/public-certs` in the container.
Show
= Downloading project zip file from an external devfile registry fails
Before this update, downloading a project zip file from an external devfile registry failed with an "x509: certificate signed by unknown authority" error. With this update, the `project-clone` init container reads any `.crt` or `.pem` files stored in `/public-certs`. These certificates are added to the HTTP client used for preparing zip-based projects in a DevWorkspace and allow you to download project zips from default-untrusted sources by e.g. auto-mounting certificates to `/public-certs` in the container.