conjurdemos / kubernetes-conjur-demo

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

Tests run on OpenShift 4.5 #122

Closed izgeri closed 3 years ago

izgeri commented 3 years ago

AC:

The "old" and "current" OCP 4.x clusters use generic ConjurOps secrets that don't use the cluster version in the secret ID path; the values currently point to OCP 4.3 and OCP 4.5 clusters. More specific details on the secret IDs are TBA - see slack convo for more info for now.

The changes made to support OCP 4.3 in kubernetes-conjur-deploy here may be useful in this effort. There is also a (broken) draft of adding 4.3 tests here.

Since the two new clusters we'll add are generic pointers to 4.3 and 4.5, and we're leaving the hardcoded tests against OCP 3.11, we will continue to test OCP 3.11, 4.3, and 4.5 for now in this project.