MicrosoftConfigurationBuilders icon indicating copy to clipboard operation
MicrosoftConfigurationBuilders copied to clipboard

GetSecretClient should use the GetCredential() method that is overridable

Open jhbeskow opened this issue 8 months ago • 1 comments

GetSecretClient should use the GetCredential() method that is overridable. Not using said method means that it might try using a different credential provider other than the one specified in the override and fail to pull secrets.

jhbeskow avatar Jun 24 '24 16:06 jhbeskow