You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/30 07:33:39 UTC

[GitHub] [camel-k] aslom opened a new issue #1646: Add oidc provider to Camel-K

aslom opened a new issue #1646:
URL: https://github.com/apache/camel-k/issues/1646


   Problem:
   
   ```
   kamel run hello.groovy
   Error: cannot get command client: no Auth Provider found for name "oidc"
   ```
   
   Solution I think is similiar to https://github.com/apache/camel-k/issues/1138
   
   Add
   
   ```
   _ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
   ```
   
   to  cmd/kamel/main.go 
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] oscerd closed issue #1646: Add oidc provider to Camel-K

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #1646:
URL: https://github.com/apache/camel-k/issues/1646


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org