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 <marvin@kubermatic.com>
1 parent 6e44e33 commit 79c1138

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
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)