Open Issues Need Help
View All on GitHubA credential-helper framework and agent for Bazel and similar tools implementing the credential-helper spec.
AI Summary: Implement support for Google Artifact Registry in the existing credential helper framework. This involves creating a new provider (or extending the existing GCS provider) to handle authentication with Google Artifact Registry, mirroring the functionality of the existing providers like AWS S3 and GitHub. The implementation should leverage the `gcloud` command-line tool for authentication and handle caching of access tokens for efficiency.
A credential-helper framework and agent for Bazel and similar tools implementing the credential-helper spec.