open-policy-agent / gatekeeper-library

📚 The OPA Gatekeeper policy library
https://open-policy-agent.github.io/gatekeeper-library
Apache License 2.0
617 stars 316 forks source link

chore: adding psp-users CEL policy #537

Open JaydipGabani opened 1 month ago

JaydipGabani commented 1 month ago

What this PR does / why we need it:

Which issue(s) does this PR fix (optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged): Fixes #541

Special notes for your reviewer:

Rego policy nehavior is -

field:
      rule: MustRunAs
      ranges:
        - min: 100
          max: 200

- Behavior: No violations
--------------------------------------------------