libopenstorage / secrets

Openstorage support for Key Management Systems
Apache License 2.0
16 stars 16 forks source link

support using certs for authenticating azure kv #82

Closed sp98 closed 7 months ago

sp98 commented 8 months ago

What this PR does / why we need it: As of now, the azure key vault client can be created using the ClientID and ClientSecret. The recommended way of creating the client is using a certificate.

Which issue(s) this PR fixes (optional) Closes #81

Special notes for your reviewer:

sp98 commented 7 months ago

closing this PR as cert based authentication is now handled in https://github.com/libopenstorage/secrets/pull/83