rajanadar / VaultSharp

A comprehensive cross-platform .NET Library for HashiCorp's Vault, a secret management tool
http://rajanadar.github.io/VaultSharp
Apache License 2.0
488 stars 130 forks source link

Missing Password Generation Request #342

Closed Zetanova closed 1 week ago

Zetanova commented 8 months ago

Describe the feature request or question The password policy of vault has an endpoint under /v1/sys/policies/password/my-policy/generate that is not accessible over the VaultSharp client.

Link to the Vault API Docs that support this feature https://developer.hashicorp.com/vault/api-docs/system/policies-password#generate-password-from-password-policy

Additional context The missing accessor to the used HttpClient makes a custom request a harder to create.