Skip to content

Commit

Permalink
Add support for oidc auth
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Dyminski <dyminski@gmail.com>
  • Loading branch information
mateuszdyminski committed Jul 17, 2023
1 parent d59efcf commit 345f24b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
Expand Down
1 change: 1 addition & 0 deletions internal/kube/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"

Expand Down

0 comments on commit 345f24b

Please sign in to comment.