From a124236e6cc5ec5e7266544fb043f8e1973b5f74 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 30 Mar 2021 06:09:56 -0400 Subject: [PATCH] Common auth plugins should always be available Whether `providerless` is present or not, the OIDC plugin should be available. Signed-off-by: Davanum Srinivas Kubernetes-commit: 2b71b5349a0744b16a367eb7ac7a44f9ae2079aa --- plugin/pkg/client/auth/plugins.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/pkg/client/auth/plugins.go b/plugin/pkg/client/auth/plugins.go index f4c1eaf4f..d1efc86cd 100644 --- a/plugin/pkg/client/auth/plugins.go +++ b/plugin/pkg/client/auth/plugins.go @@ -1,5 +1,3 @@ -// +build providerless - /* Copyright 2016 The Kubernetes Authors.