conjurdemos / kubernetes-conjur-demo

Demo application for Conjur Kubernetes integration
11 stars 14 forks source link

Fix/openshift secretless broker image pull backoff #142

Closed codihuston closed 3 years ago

codihuston commented 3 years ago

This PR implements the 4.8.2 oc cli in the openshift next ci environment. There is conditional logic when using the oc secrets api in 7_app_deploy.sh.

This fixes the following issues:

codihuston commented 3 years ago

Note that this will not build due to TLS being disabled for mysql connections in the mysql+openshift environment. See: https://github.com/conjurdemos/kubernetes-conjur-demo/pull/143

codihuston commented 3 years ago

Closing, will merge this and the mysql fix into a single PR, as they both deal with causing tests against the openshift (next) cluster to fail. (In the case of the mysql tls issue, all openshift versions, including next, would fail).