Vadim Shtayura b841549b14 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
R=fbarchard@chromium.org

Change-Id: I26544e524cf5e900ab395ff5c440c10438723903
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3276689
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Vadim Shtayura <vadimsh@google.com>
2021-11-15 20:04:37 +00:00
codereview.settings Update codereview.settings and OWNERS in infra/config 2017-10-12 08:15:45 +00:00
commit-queue.cfg infra/config: make broken android builders experimental 2021-09-09 07:04:53 +00:00
cr-buildbucket.cfg Regenerate lucicfg configs. 2021-11-10 06:42:41 +00:00
luci-logdog.cfg Replace libyuv cfg files with the starlark generated ones. 2020-07-07 14:34:45 +00:00
luci-milo.cfg Regenerate lucicfg configs. 2021-11-10 06:42:41 +00:00
luci-scheduler.cfg Regenerate lucicfg configs. 2021-11-10 06:42:41 +00:00
main.star Declare "role/configs.validator" binding. 2021-11-15 20:04:37 +00:00
OWNERS infra/config: add mbonadei to OWNERS 2021-09-06 12:33:13 +00:00
PRESUBMIT.py Add config validation PRESUBMIT.py, and fix validation errors 2018-07-27 21:29:47 +00:00
project.cfg Regenerate lucicfg configs. 2021-11-10 06:42:41 +00:00
README.md Create master.tryserver.libyuv bucket 2016-01-12 12:07:18 -08:00
realms.cfg Declare "role/configs.validator" binding. 2021-11-15 20:04:37 +00:00

This branch contains libyuv project-wide configurations for chrome-infra services.