Commit f36abc71 authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

Grant 'group:all' permission to create invocations on 'chromium:public'

R=nodir,chanli,vadimsh,ddoman,estaab

Change-Id: If965190635ca2251c87b2c49ed5e6721a61eb1de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352798Reviewed-by: default avatarChan Li <chanli@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797500}
parent c4727b0c
......@@ -150,6 +150,10 @@ realms {
role: "role/buildbucket.reader"
principals: "group:all"
}
bindings {
role: "role/resultdb.invocationCreator"
principals: "group:all"
}
}
realms {
name: "try"
......
......@@ -108,6 +108,10 @@ luci.realm(
roles = "role/buildbucket.reader",
groups = "all",
),
luci.binding(
roles = "role/resultdb.invocationCreator",
groups = "all",
),
# Other roles are inherited from @root which grants them to group:all.
],
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment