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
cmd/gomote, internal/iapclient: add a gomote login command
This change adds a gomote login subcommand. There is currently an
issue where gomote users have their authentication token invalidated.
They are unable to log into the gomote service. The only way to
create a new authentication token is to manually delete the
authentication token from the file system and attempt another command.
This change adds a login subcommand which removes any existing
authentication token and initiates the authentication workflow.
Investigation into why we can't detect invalid tokens will continue
after this CL has been submitted. The login command also authenticates
with the LUCI service.
For golang/go#68612
Change-Id: Ib0c14546e919648ffd76a1021154134184bc18e3
Reviewed-on: https://go-review.googlesource.com/c/build/+/601796
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Michael Knyszek <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Carlos Amedee <[email protected]>
0 commit comments