jonasvinther / medusa

A cli tool for importing and exporting Hashicorp Vault secrets
MIT License
472 stars 61 forks source link

TLS Handshake Timeout With Many Paths #125

Closed texasbobs closed 7 months ago

texasbobs commented 1 year ago

We have some vaults that we are trying to migrate and were looking at using your tool to extract the data from our old vault. In one of our secrets engines, we have about 2300 paths. When trying to extract all of those, we get random timeouts.


Get "https://vault-url/v1/path/metadata/st0580?list=true": net/http: TLS handshake timeout
Error: Get "https://vault-url/v1/path/metadata/st0580?list=true": net/http: TLS handshake timeout```

Are there any options to set the timeout or otherwise make it so it can pull all of the secrets?