Commit 9b80c3e4 authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

Restrict invocation creation on public realm to tryjob access group

I.e. project-chromium-tryjob-access

R=estaab,vadimsh

Change-Id: I6c5fa75eac552408641b14db89ca49fd7257ffa2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353690
Auto-Submit: Roberto Carrillo <robertocn@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Erik Staab <estaab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797522}
parent dd4df755
...@@ -152,7 +152,7 @@ realms { ...@@ -152,7 +152,7 @@ realms {
} }
bindings { bindings {
role: "role/resultdb.invocationCreator" role: "role/resultdb.invocationCreator"
principals: "group:all" principals: "group:project-chromium-tryjob-access"
} }
} }
realms { realms {
......
...@@ -110,7 +110,7 @@ luci.realm( ...@@ -110,7 +110,7 @@ luci.realm(
), ),
luci.binding( luci.binding(
roles = "role/resultdb.invocationCreator", roles = "role/resultdb.invocationCreator",
groups = "all", groups = "project-chromium-tryjob-access",
), ),
# Other roles are inherited from @root which grants them to group: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