-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CEL code for PSP Policies in library #541
Closed
5 of 21 tasks
Comments
This was referenced Jun 3, 2024
JaydipGabani
added a commit
to JaydipGabani/gatekeeper-library
that referenced
this issue
Jun 3, 2024
Fixes open-policy-agent#541 Signed-off-by: Jaydip Gabani <[email protected]>
This was referenced Jun 3, 2024
Open
JaydipGabani
added a commit
that referenced
this issue
Jun 5, 2024
Fixes #541 Signed-off-by: Jaydip Gabani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To-Do list for each policy:
Add
src.cel
file for the policy undersrc/pod-security-policy/<name>/
Modify
constraint.tmpl
to add CEL engine and move rego under rego engineconstraint.tmpl
by updatingmetadata.gatekeeper.sh/version
annotation.make generate-all
to generate all relavent filesmake verify-gator-dockerized POLICY_ENGINE=cel && make verify-gator-dockerized POLICY_ENGINE=rego
to test changes in localPSP Policies list to track migration
The text was updated successfully, but these errors were encountered: