kubewarden / allow-privilege-escalation-psp-policy

A Kubewarden Pod Security Policy that controls usage of allowPrivilegeEscalation
https://kubewarden.io
Apache License 2.0
6 stars 7 forks source link

High level resources #33

Closed jvanz closed 2 years ago

jvanz commented 2 years ago

Description

Updates the policy to verify high level resources instead of Pod. This way, the resource creation will be rejected instead of rejecting the Pod creation in the deployment phase.

Fix #32

jvanz commented 2 years ago

code LGTM. Please update the docs to say we can use high level resources now (in both README.md and metadata.yml)

Man, I have hard time remembering to do that. Sorry! I'll do it.