Closed gplessis closed 6 months ago
Sounds good 👍 When do you think the next release will be cut?
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.
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 thedefault
authentication method isv1.3.0
.This PR updates it to it latest version (
v1.5.2
) fromv1.1.0
.