summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-11-22 16:48:59 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-22 16:48:59 +0100
commit966c8bff1e7c4fb02536315759781c8e93e17699 (patch)
tree095c5cfa01bf1e63eb0044d32f8139651c58b699 /controller-server
parentefa28693c9e9aa0d599f610836d035cd38aa949d (diff)
Match Before annotation is the internal user auth filter
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/filter/UserAuthWithAthenzPrincipalFilter.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/filter/UserAuthWithAthenzPrincipalFilter.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/filter/UserAuthWithAthenzPrincipalFilter.java
index 44ca7895a33..bfa543f160a 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/filter/UserAuthWithAthenzPrincipalFilter.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/athenz/filter/UserAuthWithAthenzPrincipalFilter.java
@@ -13,7 +13,6 @@ import com.yahoo.vespa.hosted.controller.athenz.AthenzUtils;
import com.yahoo.vespa.hosted.controller.athenz.ZmsKeystore;
import com.yahoo.vespa.hosted.controller.athenz.config.AthenzConfig;
import com.yahoo.vespa.hosted.controller.restapi.application.Authorizer;
-import com.yahoo.yolean.chain.Provides;
import java.security.Principal;
import java.util.concurrent.Executor;
@@ -29,7 +28,6 @@ import static com.yahoo.vespa.hosted.controller.athenz.filter.SecurityFilterUtil
*
* @author bjorncs
*/
-@Provides("UserAuthWithAthenzPrincipalFilter")
// TODO Remove this filter once migrated to Okta
public class UserAuthWithAthenzPrincipalFilter extends AthenzPrincipalFilter {