-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current implementation only supports validating webhooks for request rejection. So, we should:
- first, introduce a mutating webhook configuration to intercept and modify requests before validation;
- then, extend the casbin enforcer to return patch operations alongside allow/deny decisions;
- implement json patch generation for common mutations like sidecar injection or resource limits;
- update the crd to support defining mutation rules within policy definitions;
- it enables automatic resource compliance and removes the necessity for manual user intervention.
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request