Description
Lowkey Vault is a test double (fake object) aspiring to be compatible with Azure Key Vault REST APIs.Examples
Dependency:
dotnet add package Testcontainers.LowkeyVault
Usage:
var lowkeyVaultContainer = new LowkeyVaultBuilder()
.WithImage("nagyesta/lowkey-vault:2.7.1-ubi9-minimal")
.Build();
await lowkeyVaultContainer.StartAsync();