aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/filter/ControllerAuthorizationFilter.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow admins and operators to cancel hosted deployment jobsJon Marius Venstad2018-10-231-9/+10
|/
* Allow operator access to /nodes/v2/ on controllersMartin Polden2018-09-211-1/+2
* Implement REST API for OS upgradesMartin Polden2018-08-221-4/+5
* Let SD submit to the new pipelineJon Marius Venstad2018-08-141-0/+1
* Created new module container-search-gui containing handler for gui for buildi...Henrik2018-07-051-1/+1
* Do not log stack trace on authentication failureMartin Polden2018-05-151-1/+1
* Do explicit check for hosted operator membership if user tenantBjørn Christian Seime2018-05-071-1/+1
* Merge pull request #5694 from vespa-engine/bjorncs/json-security-filter-baseBjørn Christian Seime2018-04-251-1/+1
|\
| * Make CorsRequestFilterBase extend JsonSecurityRequestFilterBaseBjørn Christian Seime2018-04-241-1/+1
* | Include path in error message for unhandled pathsBjørn Christian Seime2018-04-251-1/+1
|/
* Change package name and class name of Cors filtersBjørn Christian Seime2018-04-091-4/+4
* Use CorsSecurityRequestFilterBase for controller filtersBjørn Christian Seime2018-04-091-33/+19
* Merge pull request #5464 from vespa-engine/mpolden/refactor-tenantMartin Polden2018-04-061-25/+23
|\
| * Refactor tenantMartin Polden2018-04-051-25/+23
* | Specify explicit ordering between AcessControlRequetFilter and ControllerAuth...Bjørn Christian Seime2018-03-231-0/+2
|/
* Remove non-existent API from whitelistMartin Polden2018-03-151-3/+2
* Remove unused field and simplify constructorBjørn Christian Seime2018-03-131-13/+8
* Remove support for OpsDb tenantsBjørn Christian Seime2018-03-131-7/+0
* Remove api for migrating tenants to AthenzBjørn Christian Seime2018-03-131-1/+0
* Remove /screwdriver/v1/jobreport apiBjørn Christian Seime2018-02-261-2/+1
* Log all authorization failuresBjørn Christian Seime2018-02-221-1/+8
* Only verify tenant admin membership if tenant existBjørn Christian Seime2018-02-221-6/+6
* Use default AuthorizationResponseHandler in unit testBjørn Christian Seime2018-02-221-1/+1
* Remove dependency on Authorizer and ApplicationInstanceAuthorizerBjørn Christian Seime2018-02-221-21/+78
* Revert "Bjorncs/controller authorization"Harald Musum2018-02-211-80/+23
* Only verify tenant admin membership if tenant existBjørn Christian Seime2018-02-211-6/+6
* Use default AuthorizationResponseHandler in unit testBjørn Christian Seime2018-02-211-1/+1
* Remove dependency on Authorizer and ApplicationInstanceAuthorizerBjørn Christian Seime2018-02-211-21/+78
* Rename to DefaultAuthorizationResponseHandlerBjørn Christian Seime2018-02-201-3/+6
* Enforce authorization rules in ControllerAuthorizationFilterBjørn Christian Seime2018-02-201-22/+1
* Allow tenant pipelines to use application v4 promoteBjørn Christian Seime2018-02-161-0/+1
* Log path and identity for all authz failuresBjørn Christian Seime2018-02-161-10/+21
* Add jobreport method to application v4 apiBjørn Christian Seime2018-02-151-1/+2
* Fix typoBjørn Christian Seime2018-02-151-1/+1
* Rename Path.getPath -> Path.asStringBjørn Christian Seime2018-02-151-2/+2
* Allow tenant operators to access tenant pipeline operationsBjørn Christian Seime2018-02-141-1/+0
* Hosted operators assume tenant admin role through Athenz policyBjørn Christian Seime2018-02-141-1/+1
* Add global access control filter for hosted controller APIsBjørn Christian Seime2018-02-141-0/+218