leopardslab / clocal-azure

🔬 Emulation engine for Azure
Apache License 2.0
76 stars 123 forks source link

KeyVault #126

Open APIWT opened 3 years ago

APIWT commented 3 years ago

Hello! I am looking at Clocal as an emulator for Azure KeyVault, however I think I may be misunderstanding the nature of Clocal. It seems like The KeyVault emulator uses the Hashicorp Vault image. The problem is that the REST API backing Hashicorp Vault is much different than the Azure KeyVault REST API. As a result, if I try to use the local URL of KeyVault with the Azure KeyVault .NET SDK, it does not work as expected for basic secret operations.

Is this something that is being worked on? Or am I misunderstanding the goal of this project?

The storage emulation works pretty well because it uses Azurite which mimics that of the Azure Storage REST APIs.