Skip to content

Tags: ory/ladon

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add context.Context to interfaces (#163)

Signed-off-by: Tabias Pittman <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add test helpers to test build

Closes #146

v1.1.0

Toggle v1.1.0's commit message
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]>

v1.0.3

Toggle v1.0.3's commit message
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]

v1.0.2

Toggle v1.0.2's commit message
Add BooleanCondition to condition factory (#139)

Signed-off-by: Joshua Anderson Slate <[email protected]>

v1.0.1

Toggle v1.0.1's commit message
Avoid GetAll(limit, offset int64) returning random policies (#127)

Signed-off-by: datastream <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stable release (#121)

Signed-off-by: arekkas <[email protected]>

v0.8.10

Toggle v0.8.10's commit message
Add custom metadata to policies (#115)

Signed-off-by: Erik Pinders <[email protected]>

v0.8.9

Toggle v0.8.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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.

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Resolves pagination issues (#99)