Skip to content

Commit

Permalink
Add support for oidc (apache#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslom authored and nicolaferraro committed Sep 8, 2020
1 parent 2ec693f commit 713e3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kamel/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (

_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
)

func main() {
Expand Down

0 comments on commit 713e3f7

Please sign in to comment.