-
Notifications
You must be signed in to change notification settings - Fork 16
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
Spike: decide how to run PolicyGroups using kwctl #906
Comments
Instead of creating a separate command for policy groups, we could add a new flag to the Prerequisite: We need to move the expression evaluation logic from the policy server crate to the policy evaluator crate. |
I like this approach because it also provides a generic way to run any kind of Kubewarden CRD outside of the cluster, just for testing purposes. |
Agree also. |
Yeap, nice approach! 👍 |
Closing, I've created a dedicated issue for implementing what we've agreed. See #967 |
Starting from Kubewarden 1.17 a new type of policy is introduced: PolicyGroup. The purpose and details of this policy type are covered by this dedicated RFC.
The purpose of this issue is to define how
kwctl run
should be used to run PolicyGroup.The text was updated successfully, but these errors were encountered: