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
feat: Add retry logic when certificate mismatch for existing credentials & Agent Identity workloads (#1841)
feat: Add retry logic when certificate mismatch for existing credentials
& Agent Identity workloads
This change introduces retry support when requests are created for
existing credentials and Agent Identities on GKE and Cloud Run
Workloads. When 401(Unauthorized) error is created, due to certificate
at time of configuration of mTLS channel being different from the
current certificate, a retry is added to the request by configuring the
mTLS channel with the current certificate.
---------
Signed-off-by: Radhika Agrawal <[email protected]>
Co-authored-by: nbayati <[email protected]>
Co-authored-by: Andy Zhao <[email protected]>
0 commit comments