This is an automated email from the ASF dual-hosted git repository.
somandal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 5d3e1884722 Bump com.google.cloud:libraries-bom from 26.66.0 to
26.67.0 (#16717)
add 1845ee02ce0 [audit] Enhance user identity resolution with custom
header and jwt. +DI refactor (#16709)
No new revisions were added by this update.
Summary of changes:
pinot-common/pom.xml | 4 +
.../org/apache/pinot/common/audit/AuditConfig.java | 34 ++-
.../org/apache/pinot/common/audit/AuditEvent.java | 28 ++-
.../pinot/common/audit/AuditIdentityResolver.java | 122 ++++++++++
.../apache/pinot/common/audit/AuditLogFilter.java | 10 +-
.../pinot/common/audit/AuditRequestProcessor.java | 22 +-
.../common/audit/AuditIdentityResolverTest.java | 259 +++++++++++++++++++++
.../common/audit/AuditRequestProcessorTest.java | 11 +-
.../pinot/controller/BaseControllerStarter.java | 13 +-
.../controller/api/audit/AuditServiceBinder.java | 51 ++++
10 files changed, 510 insertions(+), 44 deletions(-)
create mode 100644
pinot-common/src/main/java/org/apache/pinot/common/audit/AuditIdentityResolver.java
create mode 100644
pinot-common/src/test/java/org/apache/pinot/common/audit/AuditIdentityResolverTest.java
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/api/audit/AuditServiceBinder.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]