aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add test helper to construct filter request instanceBjørn Christian Seime2022-11-161-0/+10
|
* Convert jdisc-security-filters to junit5Bjørn Christian Seime2022-07-271-16/+6
|
* Move rule-based-filter config to configdefinitions module/bundlegjoranv2022-07-271-0/+6
| | | | | | | .. to remove import-package from config-model to jdisc-security-filters. - Keep the old config def for a while in case it's needed by hosted Vespa config models.
* Remove unnecessary deps to security-utils, now included in container-devgjoranv2022-06-161-6/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add explicit security-utils to get bouncycastle.gjoranv2022-06-081-0/+6
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Revert "Add commons-codec dependency"Harald Musum2021-07-051-8/+0
|
* Add commons-codec dependencyValerij Fredriksen2021-07-051-0/+8
|
* Merge pull request #16556 from vespa-engine/mortent/block-feed-global-configMorten Tokle2021-02-181-6/+0
|\ | | | | Config for blocking feed to global endpoints
| * Config for blocking feed to global endpointsMorten Tokle2021-02-171-6/+0
| |
* | Add rule based request filterBjørn Christian Seime2021-02-171-1/+16
|/
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Add new Athenz security filter based on ZPEBjørn Christian Seime2018-06-201-0/+7
| | | | | - Allow flexible configuration of filter using a resource mapper - Add helper class to extract role and identity from role certificates
* Add new module jdisc-security-filtersBjørn Christian Seime2018-04-091-0/+60
* Add new base class for security filters supporting CORS headers * Add CORS response filter and preflight request filter