You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My company uses Okta as OIDC provider.
I want to configure my WSL 2 Ubuntu distribution to use kubectl oidc-login.
The thing is Okta must be opened in a specific work profile in Google Chrome browser. If I don't specify BROWSER env variable in users[].user.exec.env section in my kubeconfig file, the browser authentication flow is opened in my default browser, which is not Chrome.
If I specify this variable in kubeconfig - browser is not opened at all. From what I saw in code, there is a BrowserOption struct with BrowserCommand field. Do I understand correctly that there is a way to specify this BrowserCommand?
Your environment
OS: Ubuntu (WSL 2)
OpenID Connect provider: Okta
The text was updated successfully, but these errors were encountered:
Describe the question
My company uses Okta as OIDC provider.
I want to configure my WSL 2 Ubuntu distribution to use
kubectl oidc-login
.The thing is Okta must be opened in a specific work profile in Google Chrome browser. If I don't specify
BROWSER
env variable inusers[].user.exec.env
section in my kubeconfig file, the browser authentication flow is opened in my default browser, which is not Chrome.If I specify this variable in kubeconfig - browser is not opened at all. From what I saw in code, there is a
BrowserOption
struct withBrowserCommand
field. Do I understand correctly that there is a way to specify thisBrowserCommand
?Your environment
The text was updated successfully, but these errors were encountered: