Open joshtemple opened 1 year ago
Hello!
Thanks for submitting this feature request; I've triaged and added some labels so we can hop on it ASAP!
Thanks! David
Hey @davidponder,
Is there any update on this one? maybe a workaround?
Thanks, Michael.
Use case I need to mount my application default credentials as a Docker secret at build time so I can use the Artifact Registry keyring helper to install private Python packages from Artifact Registry when building my image.
To do this with plain Docker at the terminal, I mount my application default credentials as a Docker build secret:
However, I don't see any way to do this with Cloud Code in VSCode or otherwise.
It seems
skaffold.yaml
already supports thesecrets
argument, but it doesn't seem that theskaffold init
command being run in the background has a documented way to pass to thesecrets
part of the Skaffold config.Feature Enable passing a secret from
launch.json
, throughskaffold.yaml
so it will work with the Cloud Run emulation.