John Collier
John Collier
Currently, setting up an app to use ingress over HTTPS in Codewind requires some manual effort for the user: - Either retrieve or generate SSL certificates for the ingress -...
We need test automation for Kube to verify that the ingress is created properly. Easiest route for testing is to first verify that the `appBaseURL` field exists in the project...
As part of https://github.com/eclipse/codewind/issues/37, the BATS-based functional tests for the Codewind Che sidecar were delivered. However, we're seeing issues running the tests on macOS, which use a backlevel version of...
Once https://github.com/eclipse/codewind-che-plugin/pull/31 has been merged, we need to look at two sets of changes that couldn't make it into that PR for the Golang `pfe-deploy` utility: - Use the client-go...
## Problem description When I build and push OCI images using the `buildah` CLI to dockerhub, they get pushed fine (and can be pulled with `buildah pull ...`), but they...