Releases: kubewarden/pod-privileged-policy
Releases · kubewarden/pod-privileged-policy
Release v0.1.2
Remove settings The `trusted_users` and `trusted_groups` settings is effective only when one of these trusted users creates a Pod object. Creating a Pod through a higher level resource (like Deployment, StatefulSet,...) leads to the creation of a Pod using a different user: an internal Kubernetes service account is used instead, not the very same user who created the parent object.
Release v0.1.1
Provide more information when rejecting Give back the name of the user who made the request
Release v0.1.0
Update to waPC Move from WASI to the new waPC based policy format. Signed-off-by: Flavio Castelli <[email protected]>
Release v0.0.1
Update README Add links to GitHub CI status