-
Notifications
You must be signed in to change notification settings - Fork 3
AC Plugin Enhancements #76
Copy link
Copy link
Open
Labels
Description
MoonWorm
opened on Mar 9, 2026
Issue body actions
- Generate 'meta' section with details about what was anonymized and why
- Think about ABAC (Attributes Based Access Control) approach that can give full flexibility: add custom Map<String, Object> that users can set from HttpRequest (JWT, for example) in PrincipalResolver. Extend AccessControl annotation with abac handler - class type that encapsulates evaluation logic against this map. Similar to Path and Resource Owner for inbound requests.
- Make these behaviours configurable via application.properties
- Reflect in Documentation.
Reactions are currently unavailable