You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #16849 from enj/enj/i/new_project_admin_sar/16716
Automatic merge from submit-queue.
Make admin project creation wait for SAR
This change adds a SAR check to direct project creation to ensure that the designated user can get the project which was created for them. It also updates the project integration tests to be more tolerant of the project ACL being out of date. This race condition became more apparent as we moved to the generated clients since those clients were smaller and had their own rate limiters (instead of a one big client that could do everything and shared the same rate limiter). Since the new clients would perform actions at a faster pace, the race against the project ACL would occur more frequently.
Signed-off-by: Monis Khan <[email protected]>
Fixes#16716
/kind bug
/assign @smarterclayton@simo5@deads2k
0 commit comments