bitc / hs-vault-tool

Haskell client library for HashiCorp's Vault tool (via HTTP API)
10 stars 9 forks source link

Cannot extract data using vaultRead function #7

Open pranshi06 opened 2 years ago

pranshi06 commented 2 years ago

Hi, I'm trying to read the data present in vault using vaultRead function. My data is present on ReadVersion VaultAction (vault-addr/v1/mount-path/data/search-path). The function uses ReadMetadata as the VaultAction to get the url path. Is it assumed that the credential or data is present in the metadata? Is there a way around it? Please let me know if I'm missing something in the code. Thanks.

bitc commented 2 years ago

I am currently not actively maintaining this project, and am not familiar with the changes in Vault over the last few years.

We can wait and see if someone else from the community will see this issue and help.

But your best option is probably to dig into the code yourself, and send a pull request here if necessary.

pranshi06 commented 2 years ago

@bitc thanks.