Skip to content

Releases: kubewarden/pod-privileged-policy

Release v0.1.2

16 Mar 15:26
e6a2629
Compare
Choose a tag to compare
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

04 Mar 18:19
21e1eb0
Compare
Choose a tag to compare
Provide more information when rejecting

Give back the name of the user who made the request

Release v0.1.0

08 Feb 15:37
9b507bc
Compare
Choose a tag to compare
Update to waPC

Move from WASI to the new waPC based policy format.

Signed-off-by: Flavio Castelli <[email protected]>

Release v0.0.1

01 Dec 21:56
2ad0cd9
Compare
Choose a tag to compare
Update README

Add links to GitHub CI status