kubewarden / policy-server

Webhook server that evaluates WebAssembly policies to validate Kubernetes requests
https://kubewarden.io
Apache License 2.0
138 stars 18 forks source link

group policy: do not emit warnings #927

Closed flavio closed 1 month ago

flavio commented 1 month ago

While testing the group policy feature, we realized the warnings messages returned by the policy were confusing.

We decided to stop emitting warnings, since users can obtain all the details about the policy evaluation by increasing the verbosity of tools like kubectl.

Acceptance Criteria