Feature: Google Artifact Registry Uplink support #4790
jonathonbattista
started this conversation in
Ideas
Replies: 1 comment
-
Cool. You might be able to implement this via a middleware plugin that sets GCP_ACCESS_TOKEN for requests that would be hitting the GCP registry (when the uplink is accessed). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Support for GCP Artifact Registry for Uplinks.
It's fairly simple. I have a POC working that refreshes the Access Token on calls to the Uplink if the env var string is
GCP_ACCESS_TOKEN
We don't permit Service Account Keyfiles and using a short-lived token is the better option. The token is valid for 60m
It requires:
I am using the Helm Chart and Workload Identity (WID)
config.yaml
packages/proxy/src/proxy.ts
Beta Was this translation helpful? Give feedback.
All reactions