VaultSharp.Extensions.Configuration
VaultSharp.Extensions.Configuration copied to clipboard
Add support for v1 secrets engine.
This PR implements support for the v1 KV secrets engine.
@oliverw Thanks for your PR. Looks good. How about using inheritance for VaultConfigurationProvider.cs? I think it can make a code a bit cleaner.
It would be great to have some tests. You would need Docker to run integration tests.
It would be great to have some tests. You would need Docker to run integration tests.
Will do.
@oliverw Thanks for your PR. Looks good. How about using inheritance for VaultConfigurationProvider.cs? I think it can make a code a bit cleaner.
Working on it.