tweag / rules_gcs

Bazel rules for downloading files from Google Cloud Storage
https://registry.bazel.build/modules/rules_gcs
Apache License 2.0
3 stars 0 forks source link

Consider supplying a hermetic gcloud command #1

Open alexeagle opened 2 days ago

alexeagle commented 2 days ago

In https://github.com/aspect-build/rules_aws one of our first tasks was to provide a hermetic bazel run @aws command so that we don't depend on what's on the users computer. Have you considered doing something similar to get the gcloud command?

malt3 commented 2 days ago

We have plans for giving users a better experience when it comes to credential fetching that is more Bazel native and doesn’t require the gcloud tool. Expect something in the next weeks!