Srigovind Nayak

Results 70 comments of Srigovind Nayak

Hey @tanishagarg-sf , Since your connection is going through a proxy. Have you checked if the connection between the proxy, I reckon the TLS connection is being terminated on the...

Have you tested your proxy configuration for the HTTPClient handler?

Hey @tanishagarg-sf , Since your connection is going through a proxy. Have you checked if the connection between the proxy, I reckon the TLS connection is being terminated on the...

Hey @discofire, 1. Do you have an enterprise version of HashiCorp Vault? 3. Can you give me an example of the `VAULT_URL` and `mountPoint` for the KV engine?

Hey @FinHorsley, ``` public async Task ReadSecretPathsAsync(string path, string mountPoint = null, string wrapTimeToLive = null) ``` Here is a link to it's usage and documentation: https://github.com/rajanadar/VaultSharp#list-secrets Hey there is...

> However, I can't do the same with VaultSharp as ReadSecretPathsAsync requires the path and mountPath. I tried passing null (and string.Empty), see below, but that errored with a Vault...

> Anything wrong why has this not been merged yet ? We needed this to stop using build branch release 🥺 I think @rajanadar and @hoerup are caught up with...

Hey @quintonn, As I see it in the documentation https://developer.hashicorp.com/vault/api-docs/secret/kv/kv-v2#create-update-secret. The URL path VaultSharp is generating is correct. As I see it, you are using `vaultClient.V1.Secrets.KeyValue.V2.WriteSecretAsync..` which is used to...

Hey @tanishagarg-sf, I see that the remote certificate validation is failing in the HTTP Client being used by the VaultSharp library. The error is `The remote certificate is invalid according...