This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new 25a6a74 Add support for oidc (#1647)
25a6a74 is described below
commit 25a6a74aca4c8ad4adcc78cca8ebbfc626a20316
Author: Aleksander Slominski <[email protected]>
AuthorDate: Wed Jul 29 16:43:07 2020 -0400
Add support for oidc (#1647)
Fixes https://github.com/apache/camel-k/issues/1646
---
cmd/kamel/main.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/cmd/kamel/main.go b/cmd/kamel/main.go
index 9b99fa2..6ea2c41 100644
--- a/cmd/kamel/main.go
+++ b/cmd/kamel/main.go
@@ -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() {