Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache registry credentials for cloud providers #642

Open
aryan9600 opened this issue Aug 29, 2023 · 0 comments · May be fixed by #664
Open

Cache registry credentials for cloud providers #642

aryan9600 opened this issue Aug 29, 2023 · 0 comments · May be fixed by #664
Labels
area/oci OCI related issues and pull requests enhancement New feature or request

Comments

@aryan9600
Copy link
Member

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.

@aryan9600 aryan9600 added enhancement New feature or request area/oci OCI related issues and pull requests labels Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/oci OCI related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant