Is your feature request related to a problem?
When using the bk cli on a remote host, localhost isn't the computer where a browser is available. Trying to complete the bk auth login experience will fail because the port in question can't reach the invocation of the cli
Describe the solution you'd like.
Mirroring aws sso login, terraform login and other apps, fall back to a copy-and-paste experience.
Display the token value on a landing page the browser visits if the call to localhost fails and let me paste the token into the terminal.
Describe alternatives you've considered.
You can use lsof to find the port in question that bk has decided to use and via ssh forward the port, but that's fiddly and requires the environment to support port forwarding.
Additional context
No response
Is your feature request related to a problem?
When using the
bkcli on a remote host,localhostisn't the computer where a browser is available. Trying to complete thebk auth loginexperience will fail because the port in question can't reach the invocation of thecliDescribe the solution you'd like.
Mirroring
aws sso login,terraform loginand other apps, fall back to a copy-and-paste experience.Display the token value on a landing page the browser visits if the call to localhost fails and let me paste the token into the terminal.
Describe alternatives you've considered.
You can use
lsofto find the port in question thatbkhas decided to use and via ssh forward the port, but that's fiddly and requires the environment to support port forwarding.Additional context
No response