Moving to 1.22 makes OPA not work with helm self signed #222
Unanswered
subravi92
asked this question in
OPA and Rego
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are doing some pre-work to move all our clusters from 1.21 to 1.22.. one of the dependency was admissionregistration.k8s.io ..along with that, we are moving away from kube-webhook-certgen logic to helm self signed template... i could see opa up and running along with validatingwebhook and helm self signed certs without any issues..
Main problem is opa policies are not getting applied.. i see the policy is getting invoked in pod log along with allowed=false but still am able to perform the action, I have changed admissionregistration.k8s.io/v1beta1 to admissionregistration.k8s.io/v1 along with that admission to v1 , admissionreviewversions to v1.. Any pointers would be helpful ?
Beta Was this translation helpful? Give feedback.
All reactions