eclipse-vertx / vertx-auth

Apache License 2.0
162 stars 154 forks source link

Security audit implementation. This allows a custom logger to ship security events to a EDR/XDR system OOTB #608

Closed pmlopes closed 1 year ago

pmlopes commented 1 year ago

Signed-off-by: Paulo Lopes pmlopes@gmail.com

Motivation:

Initial prototype for discussion

pmlopes commented 1 year ago

@photomorre this is the base for XDR/EDR logging. Once this is merged, the counter part will be merged in web and enabling it is just a matter of adding a top level route handler and configure a java logger.

pmlopes commented 1 year ago

For non-disclosure reasons, the log will not dump the user information other than the subject id/name. This prevents unintended leaks of information. This is not supposed to be used for debugging, but for monitoring.