-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Now policywall strictly enforces policies by denying non-compliant requests. It is suggested that:
- add a dryrun field to the admissionpolicy CRD definition;
- update the webhook logic to log violations instead of rejecting requests when enabled;
- ensure admissionresponse returns allowed: true while recording violation details in warnings;
- modify the controller to propagate the dry-run configuration to the enforcer;
- this feature will enables safe policy testing in production environments without disruption.
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request