VaultSharp icon indicating copy to clipboard operation
VaultSharp copied to clipboard

Missing Password Generation Request

Open Zetanova opened this issue 2 years ago • 0 comments

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.

Zetanova avatar Jan 20 '24 09:01 Zetanova