buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
576 stars 150 forks source link

Upgrade azidentity to v1.5.2 #746

Closed gplessis closed 2 months ago

gplessis commented 2 months ago

I'm working on setting up bazel-remote in a Kubernetes cluster, as a proxy on top of an Azure Storage Account. To avoid injecting static credentials into the deployment, I would like to configure Entra Workload ID (tl;dr: the resulting pod is mutated and temporary credentials are injected as environment variables).

Unfortunately, the minimum required version of azidentity that supports Workload ID via the default authentication method is v1.3.0.

This PR updates it to it latest version (v1.5.2) from v1.1.0.

gplessis commented 2 months ago

Sounds good 👍 When do you think the next release will be cut?

mostynb commented 2 months ago

I'm trying to help get #740 landed this week, once that's done it might be a good time for a new release. And if it looks like that PR will take too long, then I can probably make a release at the end of this week.