summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #8370 from ↵Jon Bratseth2019-02-041-1/+1
| | | | | | | vespa-engine/revert-8308-bratseth/disallow-dash-rebased" This reverts commit 43cf4fd1ec196cb0543af73db8e3bd1f6774f0a8, reversing changes made to 14172aa5cd890445980202909d1277429e4c5a3a.
* Revert "Bratseth/disallow dash rebased"Jon Bratseth2019-02-041-1/+1
|
* Nonfunctional changes onlyJon Bratseth2019-01-311-1/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Bratseth/disallow dash "Jon Bratseth2019-01-161-1/+1
|
* Nonfunctional changes onlyJon Bratseth2019-01-101-1/+1
|
* Allow okta headersMorten Tokle2018-10-221-4/+1
|
* Add passthrough mode to AthenzPrincipalFilterBjørn Christian Seime2018-10-043-17/+66
| | | | | | - No http response when passthrough mode is enable - Introduce attributes for error code and message - Introduce attribute for AthenzPrincipal instance
* Add copyright headerJon Bratseth2018-10-012-2/+4
|
* Replace use of com.yahoo.vespa.athenz.tls with com.yahoo.securityBjørn Christian Seime2018-09-051-6/+8
| | | | - Use replace RSA with EC in unit tests where possible
* Move AthenzPrincipalFilter to jdisc-security-filtersBjørn Christian Seime2018-07-263-0/+303
|
* Fix typoBjørn Christian Seime2018-06-211-1/+1
|
* Rename 'AccessCheckResult' -> 'AuthorizationResult'Bjørn Christian Seime2018-06-212-15/+15
|
* Disable client caching of error responsesBjørn Christian Seime2018-06-201-0/+1
|
* Correct unintentional method nameBjørn Christian Seime2018-06-203-3/+3
|
* Add new Athenz security filter based on ZPEBjørn Christian Seime2018-06-208-0/+349
| | | | | - Allow flexible configuration of filter using a resource mapper - Add helper class to extract role and identity from role certificates
* Add X-Content-Type-Options headerMorten Tokle2018-06-131-0/+1
|
* Add jdisc filter that adds recommened security-related response headersBjørn Christian Seime2018-06-052-0/+29
|
* Make CorsRequestFilterBase extend JsonSecurityRequestFilterBaseBjørn Christian Seime2018-04-242-44/+9
|
* Add base class for security filters rendering errors as jsonBjørn Christian Seime2018-04-243-0/+151
|
* Change package name and class name of Cors filtersBjørn Christian Seime2018-04-0910-43/+40
| | | | | * Change package name to 'com.yahoo.jdisc.filter.security.cors' * Remove 'Security' from names of Cors class names
* Make jdisc-security-filters a pre-install requirement of jdiscBjørn Christian Seime2018-04-091-0/+5
|
* Add readme to jdisc-security-filtersBjørn Christian Seime2018-04-091-0/+4
|
* Add new module jdisc-security-filtersBjørn Christian Seime2018-04-0911-0/+559
* Add new base class for security filters supporting CORS headers * Add CORS response filter and preflight request filter