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
At the moment, it is very difficult to authenticate via the interactive login mode within a docker container. (Device-code is not an allowed mode for our use case unfortunately.) Due to the fact that the redirect port is constantly changing, it is difficult to orchestrate a docker compose to expose the right port given that you need to know it in advance.
Suggestion
Using some inspiration from int128/kubelogin, add the following argument to customise the authorisation flow:
--listen-address=127.0.0.1:12345
The text was updated successfully, but these errors were encountered:
Problem
At the moment, it is very difficult to authenticate via the interactive login mode within a docker container. (Device-code is not an allowed mode for our use case unfortunately.) Due to the fact that the redirect port is constantly changing, it is difficult to orchestrate a docker compose to expose the right port given that you need to know it in advance.
Suggestion
Using some inspiration from int128/kubelogin, add the following argument to customise the authorisation flow:
The text was updated successfully, but these errors were encountered: