micahhausler / k8s-oidc-helper

Helper tool for authenticating to Kubernetes using Google's OpenID Connect
MIT License
201 stars 86 forks source link

Browser is not opened and no link to the approval url #1

Closed SharpEdgeMarshall closed 7 years ago

SharpEdgeMarshall commented 7 years ago

After launching k8s-oidc-helper it shows Enter the code Google gave you: without opening the browser. Even running with -o false doesn't output the approval url in the console.

I'm not a GoLang guru how can i debug this issue?

Workaround: Manually creating the url using oauthUrl and clientID works fine

spnzig commented 7 years ago

@SharpEdgeMarshall could you please elaborate the workaround? I am facing the same issue. There is no code given by Google nor does the browser open any link. Could you please help