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
OCPBUGS-45280: Allow more time for Service Account Creation
** GCP Service accounts were created correctly (and they could be found in the api), but Google
states (https://cloud.google.com/iam/docs/retry-strategy) that it could take up to 60 seconds
before the service account is able to be used. The exponential backoff is adjusted to actually
increase in time each iteration. The context was also adjusted to ensure that we give the backoff
enough time to finish. Google sends a 400 Error when the service account policies could NOT be
applied, if this happens DURING the policy setting attempt again as long as we have time left
in the context.
0 commit comments