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
@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
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
andclientID
works fine