[Extensions] Audit Logging: Log when permissions have been granted/revoked and on privilege evaluation #2700
Labels
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Authorization in the REST layer needs to keep a log of requests that have been permitted and blocked, similar to how its logged for authorization in the Transport layer inside
SecurityFilter
.In order for this issue to be addressed, changes will need to be made to the Security plugin so that when authorization on the REST layer occurs, the specific permissions granted to the subject are reported in the audit log.
Resolves:
Details can be found in this PR: #2753
The text was updated successfully, but these errors were encountered: