aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/filter/SignatureFilter.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Optimise importsjonmv2022-04-111-1/+1
* Debug log when signed requests fail to verifyJon Marius Venstad2022-02-181-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Set instant in SecurityContext in SignatureFilterValerij Fredriksen2021-01-201-4/+4
* Update controller-server/src/main/java/com/yahoo/vespa/hosted/controller/rest...Øyvind Grønnesby2020-09-301-2/+2
* Comment where payload is checkted in SignatureFilterØyvind Grønnesby2020-09-301-0/+5
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Change headless keys to give only headless accessJon Marius Venstad2020-03-131-32/+18
* Introduce simplified roles without removing old ones - some tests commented outØyvind Grønnesby2019-10-081-3/+0
* Temporary developer role for deploy keys, and refactor unit testJon Marius Venstad2019-10-021-34/+27
* Differentiate between developer and headeless keys in signature filterJon Marius Venstad2019-10-021-16/+61
* Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-011-1/+2
* Support multiple headless keys per applicationJon Marius Venstad2019-09-301-9/+7
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-2/+4
* Rename Application -> InstanceJon Marius Venstad2019-09-181-4/+2
* Set principal as well, not just security context, in signature filterJon Marius Venstad2019-05-061-2/+6
* Copyright headersJon Marius Venstad2019-05-031-0/+1
* Let key authentication imply applicationDeveloper role as wellJon Marius Venstad2019-05-031-1/+2
* Make SignatureFilter skip requests with roles, and without signaturesJon Marius Venstad2019-05-021-25/+27
* Add filter which accepts only requests with verified signaturesJon Marius Venstad2019-05-021-0/+68