You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: