abedra / libvault

A C++ library for Hashicorp Vault
MIT License
34 stars 25 forks source link

Problem to Enable a Secret Engine #73

Closed leodlsrt closed 3 years ago

leodlsrt commented 3 years ago

Hi Aaron, Thanks for the quick fix of the issue #71 , however, I see the same problem to enable a Secret Engine (mounts), when I try to do like this, the code doesn't execute it doesn't make any request to the server, it runs in a loop...

I think I should just add an optional parameter for the options on this line : https://github.com/abedra/libvault/blob/a84359152c8e83d26e90f1d919572677e59b614f/include/VaultClient.h#L645

If needed, here is my code : image

Thank you very much, Yours sincerely, leodlsrt

abedra commented 3 years ago

Thanks for reporting @leodlsrt, I'll take a look and get this resolved.

abedra commented 3 years ago

Fixed and released in https://github.com/abedra/libvault/releases/tag/0.37.0