You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/29 20:43:15 UTC

[camel-k] branch master updated: Add support for oidc (#1647)

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 <as...@us.ibm.com>
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() {