1
0
mirror of https://github.com/google/nomulus synced 2026-07-23 08:22:27 +00:00
Files
nomulus/core
gbrodman d3a1d0709e Only grant IAP access to the console for new users (#3167)
Currently we grant users IAP_SECURED_WEB_APP_USER_ROLE access to the
entire project upon creation if there is no preexisting group set up for
them to use. These users only need to be able to access the console, so
we should restrict it to the console.

If there is a group (which we do have in our prod + sandbox
configuration) then we just add them to that group instead and that
group controls all the privileges. So this is a no-op for our setup.

We prioritize the group -- if both the group and the IAP service ID are
specified, we'll still just add them to the group

b/534931170
2026-07-22 16:53:41 +00:00
..
2026-04-02 21:23:00 +00:00