You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/09/08 13:44:56 UTC

[camel-k] branch release-1.1.x updated: Add support for oidc (#1647)

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch release-1.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.1.x by this push:
     new dcd64bf  Add support for oidc (#1647)
dcd64bf is described below

commit dcd64bfb34295ed9e923d1831f22b61d2779499f
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() {