From 3da4c9cb257b6963361e6e397b4dd47b0fb71772 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: b1e9fc4935e60092b4823bd67e82c4d2bfb1a7fc --- 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 f4c1eaf4..d1efc86c 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.