aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/filter/AthenzRoleFilter.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused fieldMartin Polden2023-02-071-4/+0
* Add --gzip-requests to compress request bodies in feed clientjonmv2023-01-031-5/+3
* Propagate expiration from Okta access tokenBjørn Christian Seime2022-09-261-6/+11
* Allow sandboxMorten Tokle2022-06-071-2/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-1/+1
* Use JobType.fromJobName with zones all other places than in sdeserialisationjonmv2022-04-191-2/+4
* Simplify Path by using HttpURL.Path for segments, and adding default validationJon Marius Venstad2022-04-061-3/+2
* Simplify signature of require(...)Jon Marius Venstad2022-04-031-1/+1
* Verify athenz tenant before evaluating developer role privilegesMorten Tokle2022-02-281-1/+2
* Read zone from job nameMorten Tokle2022-02-241-6/+14
* Add logging for controller role filtersMorten Tokle2022-02-211-5/+8
* Add tenant/application checkMorten Tokle2022-02-061-1/+4
* Fix path match regexMorten Tokle2022-02-041-2/+2
* Allow developers to deploy application in manual zonesMorten Tokle2022-02-041-3/+34
* Revert "Allow developers to deploy application in manual zones"Morten Tokle2022-02-031-34/+3
* Allow developers to deploy application in manual zonesMorten Tokle2022-02-021-3/+34
* Revert "Allow developers to deploy application in manual zones"Morten Tokle2022-01-031-34/+3
* Allow developers to deploy application in manual zonesMorten Tokle2021-12-211-3/+34
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Set correct issue time for Athenz/Okta SecurityContextValerij Fredriksen2021-01-201-2/+12
* Consider hostedAccountant in AthenzRoleFilterOla Aunrønning2020-06-021-0/+5
* Disallow Screwdriver from submitting to the sandbox tenantJon Marius Venstad2020-04-271-1/+4
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Add role, policy and path group for payment notification callbackOla Aunrønning2020-03-301-0/+5
* Cast only AthenzTenants to AthenzTenantJon Marius Venstad2020-03-251-1/+2
* Revert "Revert "Remove cleanup-code for user tenants""Jon Marius Venstad2020-03-251-9/+7
* Revert "Remove cleanup-code for user tenants"Morten Tokle2020-03-251-7/+9
* Remove cleanup-code for user tenantsJon Marius Venstad2020-03-241-9/+7
* Remove unused tenantPipeline roleMartin Polden2020-03-051-1/+1
* Close executor on deconstructionJon Marius Venstad2020-02-271-0/+15
* Parallellise lookups to ZMS during access control evaluationJon Marius Venstad2020-02-251-22/+42
* Cache ZMS has-access lookups as wellJon Marius Venstad2020-02-251-3/+0
* Add supporter roletoby2020-02-121-0/+3
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Disallow deployments to arbitrary tenants, under user instanceJon Marius Venstad2019-12-171-5/+0
* Add all accessible tenantsValerij Fredriksen2019-11-291-15/+7
* Define access control '/system-flags/v1' dry-runBjørn Christian Seime2019-11-081-1/+5
* Define access control for '/system-flags/v1' on controllerBjørn Christian Seime2019-11-071-0/+4
* Only give the instance deployer role to athenz usersJon Marius Venstad2019-11-061-0/+2
* Give the athenzUser role for matching instances in AthenzRoleFilterJon Marius Venstad2019-10-101-0/+8
* Move Athenz mocks to controller-apiMartin Polden2019-09-101-2/+1
* Make AthenzRoleFilter skip requests without valid Athenz rolesJon Marius Venstad2019-05-021-7/+10
* Let AthenzRoleFilter inherit JsonSecurityRequestFilterBase directlyJon Marius Venstad2019-05-021-6/+4
* Allow principal to have both tenantadmin and deployer rolesMorten Tokle2019-04-161-4/+9
* Replace Roles with static factories in RoleJon Marius Venstad2019-04-151-7/+4
* Inject AthenzClientFactoryMorten Tokle2019-04-091-2/+3
* Replace RoleMembership with a bound Role, using enum ProtoRole for declarationsJon Marius Venstad2019-04-041-11/+11