Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 79c1138

Browse files
authored
compile oidc auth plugin into binary (#1)
Signed-off-by: Marvin Beckers <[email protected]>
1 parent 6e44e33 commit 79c1138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
"k8s.io/apimachinery/pkg/runtime/schema"
2121
yamlutil "k8s.io/apimachinery/pkg/util/yaml"
2222
"k8s.io/apimachinery/pkg/watch"
23+
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
2324
"k8s.io/client-go/tools/clientcmd"
2425
)
2526

0 commit comments

Comments
 (0)