summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/src/test/java/com/yahoo/jdisc/http/filter/security/athenz/AthenzAuthorizationFilterTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add test helper to construct filter request instanceBjørn Christian Seime2022-11-161-11/+9
* Convert jdisc-security-filters to junit5Bjørn Christian Seime2022-07-271-17/+17
* Simplify type definition for subject alternative namesBjørn Christian Seime2022-07-201-2/+2
* GC deprecated junit assertThat.Henning Baldersheim2021-12-211-13/+9
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Add request and acl mapping values as metric dimensionsMorten Tokle2021-06-111-1/+3
* Test that access token is ignored when client has role certificateBjørn Christian Seime2021-03-021-0/+14
* Athenz jdisc filter: support proxied access token from trusted peerBjørn Christian Seime2021-02-111-13/+93
* Expose metrics from filterMorten Tokle2020-03-191-1/+66
* Merge pull request #12466 from vespa-engine/bjorncs/improve-error-messageBjørn Christian Seime2020-03-101-0/+10
|\
| * Improve error message on when all allowed credentials are missingBjørn Christian Seime2020-03-051-0/+10
* | Add expiry timeMorten Tokle2020-03-061-1/+3
|/
* Rewrite AthenzAuthorizationFilter to accept access tokensBjørn Christian Seime2020-01-301-40/+145
* Add checkAccessAllowed method that consumes access token + certificateBjørn Christian Seime2020-01-241-0/+11
* Return the matched role in checkAccessAllowed methodsBjørn Christian Seime2020-01-241-5/+7
* Revert "Bjorncs/update zpe"Harald Musum2020-01-241-7/+5
* Return the matched role in checkAccessAllowed methodsBjørn Christian Seime2020-01-241-5/+7
* Add copyright headerJon Bratseth2018-10-011-1/+2
* Fix typoBjørn Christian Seime2018-06-211-1/+1
* Rename 'AccessCheckResult' -> 'AuthorizationResult'Bjørn Christian Seime2018-06-211-10/+10
* Add new Athenz security filter based on ZPEBjørn Christian Seime2018-06-201-0/+103