You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// the AZURE_ vars used to configure workload identity are taken
429
+
// from https://github.com/distribution/distribution/blob/6a57630cf40122000083e60bcb7e97c50a904c5e/vendor/github.com/Azure/azure-sdk-for-go/sdk/azidentity/default_azure_credential.go#LL86C43-L86C63
430
+
iffederated_token!="" {
431
+
envs=append(envs,
432
+
// NOTE: these env vars are not prepended with REGISTRY_STORAGE
433
+
// because they're exported for the azure-sdk, not the registry.
434
+
// we do this as a transparent way to support workload identity in the registry.
0 commit comments