crypt icon indicating copy to clipboard operation
crypt copied to clipboard

feat: support Az Chained Credential auth

Open GabriFedi97 opened this issue 1 year ago • 0 comments

Instead of relying on the legacy BaseClientAPI, we can get a KeyVault key client through the NewClient function in the azkeys package. This method accept a parameter containing the actual credentials, that can be retrieved through the NewDefaultAzureCredential function in the azidentity package, which supports the Chained Credentials strategy.

Closed #27

GabriFedi97 avatar Jan 10 '24 13:01 GabriFedi97