-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/gomote: use an unauthenticated LUCI client by default
The current experience sends non-Googlers down a bunch of scary authentication prompts asking them to give LUCI access to their GCP information. This is completely unnecessary. Add a flag, -public, set to true by default, which causes an unauthenticated client to be used. The purpose of authentication is primarily for reproducing non-public builds, though... it turns out those aren't even supported yet by gomote. Whoops. Change-Id: I73fb245df8b45917a405312970faf92e825ac3ba Reviewed-on: https://go-review.googlesource.com/c/build/+/623635 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Carlos Amedee <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters