VaultSharp
VaultSharp copied to clipboard
A comprehensive cross-platform .NET Library for HashiCorp's Vault, a secret management tool
Hey @rajanadar, Not sure if this is the right way to fix gh-269. Please review it.
Due to security settings, we need to be able to patch a secret. The current Patch method in the library seems to do a delete / Post, and we don't...
### Changelog - Added entity endpoints for Identity Secrets Engine ### Github Issue gh-238
**Describe the feature request or question** Currently AWS Auth Method - IAM implementation doesn't support token reset scenario. Let's assume that Vault issues tokens with finite duration, let's say 24h....
added approle methods, github methods, whole identity engine, database engine, userpass, kubernetes and more added new approach to test library with docker testcontainers with docker cli access and tests with...
**Describe the feature request or question** I'd like to use the Entity, Entity Alias, Group, Group Alias, and Lookup features of the Identity Secrets Engine. Currently, VaultSharp only supports the...
Changed Github Pages documentation link from http -> https in readme file. Also under the about section of the project, the link provided there also is http and not https:...
Fixes a type mismatch bug with the existing LDAP secret engine implementation. Adds full support for static and dynamic roles in the LDAP secret engine. Vault API Docs: https://developer.hashicorp.com/vault/api-docs/v1.13.x/secret/ldap
**Describe the bug** When requesting a static crendentials, VaultSharp fails to convert the rotation period **VaultSharp Version** 1.13.0.1 **Vault Version** 1.15.4 **Does this work with Vault CLI?** Yes **Sample Code...
I've got Kerberos auth working from the CLI, but not from VaultSharp, using the quickstart sample program. This is against HCP Vault. See update in comment below - it's asking...