Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 29c4c0b

Browse files
committed
Pass client id value
1 parent 2b5b6ab commit 29c4c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGet.Services.Configuration/ConfigurationRootSecretReaderFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public ISecretReader CreateSecretReader()
7070

7171
if (_useManagedIdentity)
7272
{
73-
keyVaultConfiguration = new KeyVaultConfiguration(_vaultName);
73+
keyVaultConfiguration = new KeyVaultConfiguration(_vaultName, _clientId);
7474
}
7575
else
7676
{

0 commit comments

Comments
 (0)