Declare "role/configs.validator" binding.
It defines who is allowed to call LUCI Config validation API to
validate this LUCI project's configs. This is usually done by
presubmit jobs, and thus configs.validator role is assigned to
try job task accounts.
Previously this ACL was defined in the global "config-validation"
group. It is deprecated and being replaced with per-project ACLs
defined in per-project configs (like in this CL).
There's still a global ACL to allow any googler to call
the validation API in any LUCI project they are allowed to see.
Thus the per-project binding applies only to service accounts
(they are not googlers).
Note: this CL was generated semi-automatically and reviewers are
picked automatically based on OWNERS file.
BUG=chromium:1068817
Change-Id: I638322408ca5418fca41e3b94c9e8080257800bd
Reviewed-on: https://chromium-review.googlesource.com/c/codecs/infra/+/3277306
Reviewed-by: Roberto Alanis Baez <alanisbaez@google.com>
Commit-Queue: Vadim Shtayura <vadimsh@google.com>
2 files changed