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
I created a PoC PR #4866 but wonder what would be the best way to add the support so that we can use AzurePipelinesCredential in Azure DevOps pipelines.
In our cloud cache population pipeline, we're using an Azure CLI task to generate a SAS and set it in a pipeline variable, and then set that pipeline variable to the RUSH_BUILD_CACHE_CREDENTIAL env var during the build (with the RUSH_BUILD_CACHE_WRITE_ALLOWED env var also set to 1).
Summary
Authenticating to Azure Services is easier and more secure with Federated Identity Credentials (FIC) through Service Connections
Azure SDK provides support for FIC with AzurePipelinesCredential from
@azure/identity
https://devblogs.microsoft.com/azure-sdk/improve-security-posture-in-azure-service-connections-with-azurepipelinescredential/
It would be great to be able to use this credential in azure blob build cache.
Standard questions
Please answer these questions to help us investigate your issue more quickly:
@microsoft/rush
globally installed version?rushVersion
from rush.json?useWorkspaces
from rush.json?node -v
)?The text was updated successfully, but these errors were encountered: