aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-athenz/src/main/java/com/yahoo/vespa/athenz/zpe
Commit message (Collapse)AuthorAgeFilesLines
* Disable log spamBjørn Christian Seime2023-05-121-0/+9
|
* Update 2018 copyright notices.gjoranv2021-10-074-4/+4
|
* Athenz jdisc filter: support proxied access token from trusted peerBjørn Christian Seime2021-02-112-3/+13
|
* Skip cert offset checkMorten Tokle2020-06-021-0/+3
|
* Support new ZPE error code introduced in 1.8.49Bjørn Christian Seime2020-03-021-1/+2
|
* Add checkAccessAllowed method that consumes access token + certificateBjørn Christian Seime2020-01-242-0/+13
|
* Return the matched role in checkAccessAllowed methodsBjørn Christian Seime2020-01-242-31/+92
| | | | | | Rewrite AuthorizationResult to specify result type as a inner Type enum. Add matched role to AuthorizationResult. Propagate matched role to request object in AthenzAuthorizationFilter.
* Revert "Bjorncs/update zpe"Harald Musum2020-01-243-105/+31
|
* Add checkAccessAllowed method that consumes access token + certificateBjørn Christian Seime2020-01-242-0/+13
|
* Return the matched role in checkAccessAllowed methodsBjørn Christian Seime2020-01-242-31/+92
| | | | | | Rewrite AuthorizationResult to specify result type as a inner Type enum. Add matched role to AuthorizationResult. Propagate matched role to request object in AthenzAuthorizationFilter.
* Initialize AuthZpeClient in constructorBjørn Christian Seime2019-01-311-0/+5
|
* Rename 'AccessCheckResult' -> 'AuthorizationResult'Bjørn Christian Seime2018-06-213-9/+9
|
* Add wrapper for ZPEBjørn Christian Seime2018-06-204-0/+100