Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add argument for listening address or redirect uri #606

Open
TazBruce opened this issue Feb 16, 2025 · 0 comments
Open

Add argument for listening address or redirect uri #606

TazBruce opened this issue Feb 16, 2025 · 0 comments

Comments

@TazBruce
Copy link

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:

  • --listen-address=127.0.0.1:12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant