mirror of
https://github.com/google/nomulus
synced 2026-07-23 08:22:27 +00:00
d3a1d0709e
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