-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
gpclient CLI with external-browser #298
Comments
I'll try to add it to the CLI version. |
Planned in 2.2.0 |
Released in 2.2.0, connect the portal with the following command. sudo -E gpclient connect --default-browser <portal> Closing it for now. |
This should be reopened since it was rollbacked. This would be very usefull to get this back. |
@qraynaud What do you mean by this? I didn't roll back it. Does |
Sorry. I thought you had. It works on my local computer but not through vscode using remote-ssh. I’m puzzled as to why since |
It doesn't support launching the default browser from within the SSH session. Are you using the aws cli from SSH session or the host? If the AWS cli works from the SSH session, I can refer to its implementation. |
Yeah, I'm using the cli from the SSH session. This is somewhat cool! |
Hi,
How does one use the CLI and configure it to use an external-browser? Chrome in my case
I tried the new 2.0.0-beta5 release with GUI and that works, besides me getting invalid auth cookies.
I would want to use CLI with Chrome+yubikey, is that possible?
I see the
--user-agent
is that what should be used to accomplish this? if so, how?The text was updated successfully, but these errors were encountered: