commit | 59f10c27382b76ef10ecdb3290a1e40a7fb0a058 | [log] [tgz] |
---|---|---|
author | Anne Redulla <aredulla@google.com> | Tue Jul 23 23:10:27 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 23 23:10:27 2024 |
tree | 41576f27fe08e4d9334894cc32b012bb0a025d3d | |
parent | 7e585ad3b342ca4644226731b8f483b5c749d911 [diff] |
[auth-service] Add logging for (de-)authorizations Good info to have. Also swaps to make access revoke happen before granting in GS updating of ACLs. This is so revoking is done before any errors with granting perms occur. Bug: b/348280238 Change-Id: Ic57a8234fa9cbc2baa087972e9d7e91752c46bb5 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/5733416 Commit-Queue: Dan Le Febvre <dlf@google.com> Auto-Submit: Anne Redulla <aredulla@google.com> Reviewed-by: Dan Le Febvre <dlf@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
It is now possible to directly install tools with go install:
go install go.chromium.org/luci/auth/client/cmd/...@latest go install go.chromium.org/luci/buildbucket/cmd/...@latest go install go.chromium.org/luci/cipd/client/cmd/...@latest go install go.chromium.org/luci/client/cmd/...@latest go install go.chromium.org/luci/cv/cmd/...@latest go install go.chromium.org/luci/gce/cmd/...@latest go install go.chromium.org/luci/grpc/cmd/...@latest go install go.chromium.org/luci/logdog/client/cmd/...@latest go install go.chromium.org/luci/luci_notify/cmd/...@latest go install go.chromium.org/luci/lucicfg/cmd/...@latest go install go.chromium.org/luci/luciexe/legacy/cmd/...@latest go install go.chromium.org/luci/mailer/cmd/...@latest go install go.chromium.org/luci/mmutex/cmd/...@latest go install go.chromium.org/luci/resultdb/cmd/...@latest go install go.chromium.org/luci/server/cmd/...@latest go install go.chromium.org/luci/swarming/cmd/...@latest go install go.chromium.org/luci/tokenserver/cmd/...@latest go install go.chromium.org/luci/tools/cmd/...@latest
Contributing uses the same flow as Chromium contributions.