defenseunicorns / pepr

Type safe K8s middleware for humans
https://pepr.dev
Apache License 2.0
208 stars 18 forks source link

SPIKE - Validation Reporting through Policy Report CRD #313

Closed cmwylie19 closed 2 months ago

cmwylie19 commented 1 year ago

Is your feature request related to a problem? Please describe.

As Pepr reconciles around policy and admission control validation there are global CRD”s that may provide some value that Pepr can inherit through supported implementation.

Describe the solution you'd like

Possibly too early to tell without a spike but conceivably something along the lines of...

Looking for:

Nice to have:

Describe alternatives you've considered

(optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context

Link to docs around PolicyReport

cmwylie19 commented 2 months ago

Turns out that PolicyReports are intended to show the things that don't meet standards within a cluster but Pepr just never allows those things to get in in the first place, so... not all that useful for us investigated by @btlghrants.