aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/src/main/java/com/yahoo/jdisc/http/filter/security/athenz/AthenzAuthorizationFilter.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
* Use enums for remaining container metrics.yngveaasheim2023-03-151-2/+3
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* remove obsolete codeMorten Tokle2022-11-111-12/+6
* Revert "remove obsolete code"Henning Baldersheim2022-11-101-6/+12
* remove obsolete codeMorten Tokle2022-11-101-12/+6
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Remove null dimension valuesMorten Tokle2021-06-111-0/+2
* Add request and acl mapping values as metric dimensionsMorten Tokle2021-06-111-17/+60
* Custom acl mappingMorten Tokle2021-04-151-1/+1
* Ignore access token header if client has Athenz role certificateBjørn Christian Seime2021-03-021-8/+36
* Athenz jdisc filter: support proxied access token from trusted peerBjørn Christian Seime2021-02-111-3/+21
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-4/+4
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Expose metrics from filterMorten Tokle2020-03-191-3/+31
* Improve error message on when all allowed credentials are missingBjørn Christian Seime2020-03-051-1/+21
* Add public modifier to constructor and filter()Bjørn Christian Seime2020-01-311-4/+4
* Rewrite AthenzAuthorizationFilter to accept access tokensBjørn Christian Seime2020-01-301-81/+118
* Return the matched role in checkAccessAllowed methodsBjørn Christian Seime2020-01-241-2/+3
* Revert "Bjorncs/update zpe"Harald Musum2020-01-241-3/+2
* Return the matched role in checkAccessAllowed methodsBjørn Christian Seime2020-01-241-2/+3
* Rename 'AccessCheckResult' -> 'AuthorizationResult'Bjørn Christian Seime2018-06-211-5/+5
* Correct unintentional method nameBjørn Christian Seime2018-06-201-1/+1
* Add new Athenz security filter based on ZPEBjørn Christian Seime2018-06-201-0/+145