abedra / libvault

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

Bad URL List() - AuthMethods #67

Closed leodlsrt closed 3 years ago

leodlsrt commented 3 years ago

Hi Aaron, I've try When I try to use the list() function which concerns the Sys::Auth class, it returns a 404. The correct url is: http://localhost:8200/v1/sys/auth and not http://localhost:8200/v1/sys/auth/

There is just one / too many that interferes with proper operation.

Thank you in advance for the correction, Yours sincerely, Leo image

leodlsrt commented 3 years ago

When I trying manually with the / : image

Without the / : image

abedra commented 3 years ago

Thanks for the report @leodlsrt. I'll get this fixed up and cut a release.

abedra commented 3 years ago

This has been resolved in release 0.32.0