conjurdemos / kubernetes-conjur-demo

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

Fix/mysql summon crashloopbackoff #143

Closed codihuston closed 3 years ago

codihuston commented 3 years ago

IMPORTANT: This PR is branched off of my recent PR located here: https://github.com/conjurdemos/kubernetes-conjur-demo/pull/142 (hard-coded oc cli 4.8.2 and conditional usage of its secrets api)

This PR will enable the TLS versions 1, 1.1, 1.2 via mysql connection string for mysql tests in the ci. See load_policies.sh. There is debate as to whether or not we want to do this via connection string or other means (via mysql odbc in java, or via the mysql base image), but this resolves issues where the summon pods were not able to connect to the mysql instances.

See:

codihuston commented 3 years ago

Closing, as Kumbi's solution is preferred to making a change in the codebase: https://github.com/conjurdemos/kubernetes-conjur-demo/compare/doodlesbykumbi-patch-3