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
We support using workload identity to enable passwordless logins for ACR, ECR and GCR. This is done by fetching an authentication token from the cloud provider. But, this token is not cached, which means we fetch a new token during every reconciliation. We should add a cache for each cloud provider and implement eviction and refreshing logic after the cached token expires.
The text was updated successfully, but these errors were encountered:
We support using workload identity to enable passwordless logins for ACR, ECR and GCR. This is done by fetching an authentication token from the cloud provider. But, this token is not cached, which means we fetch a new token during every reconciliation. We should add a cache for each cloud provider and implement eviction and refreshing logic after the cached token expires.
The text was updated successfully, but these errors were encountered: