Tags: ory/ladon
Tags
compiler: use "github.com/dlclark/regexp2" instead of stdlib regexp (#… …143) Package "github.com/dlclark/regexp2" supports negative lookahead, which is required by ory/oathkeeper#321 Signed-off-by: Aynur Zulkarnaev <[email protected]>
Add optional metrics collector (#142) This PR introduces metrics which can be used to determine which policies deny/allow access. Functionality is exposed via interface Metric and to be implemented in the code - consuming the framework Closes #141 Signed-off-by: Rafal Pieniazek [email protected]
Fixes logger for AuditLoggerInfo when none is provided (#109) * Fix logger for AuditLoggerInfo when none is provided. This commit fixes an issue with the AuditLoggerInfo structure where a user may fail to provide a logger at the time the struct is instantiated. The method logger() for the AuditLoggerInfo structure handles this case by instantiating a default logger that logs to Stderr if no logger instance is provided. The logger() method simply needs to be used, and this commit adds that functionality.
PreviousNext