cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
27 stars 23 forks source link

Support helm chart on OCP #60

Closed guygiat closed 3 years ago

guygiat commented 4 years ago

Summary

Today our helm chart doesn't support OCP because we require the conjur image to run as root and therefore to enable anyuid permission to the SA that will run the conjur deployment.

Expected Results

Install Conjur using helm chart on OCP 3.x 4.x

Additional Information

Our new container-dap project already have the fixes required to run without root. We can take the fixes from the container-dap project and port them to the OSS project.

izgeri commented 3 years ago

Just noting that before we can merge this, we have to complete these issues:

izgeri commented 3 years ago

Also, once this is done we can complete conjurdemos/kubernetes-conjur-demo#110