migtools/tackle-operator

Busybox image does not work in a proxy environment

Closed this issue · 0 comments

The busybox image that the tackle-keycloak container uses to download tackle-keycloak-theme-0.1-SNAPSHOT.jar does not work in an environment where a proxy server is enabled. This causes the pod to fail with the error below.

wget: server returned error: HTTP/1.1 400 Bad Request.

To resolve this for a customer, I had to create another image based on ubi8 - quay.io/ooteniya/ubi8-wget:latest

The operator should also include parameters to configure proxy server information.