abedra / libvault

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

Resolve Bad URL on Audit List. #68

Closed leodlsrt closed 3 years ago

leodlsrt commented 3 years ago

Same problem that Release 0.32.0.

abedra commented 3 years ago

Thanks.

My guess is that this exists in other places as well. I've been meaning to overload the + operator on path to do this properly and just avoid manual adding of / for a while. I think now is the right time to do that and remove the potential for this to happen again in the future. I added example programs for audit and auth to demonstrate quickly that this is resolved without having to setup and run the integration tests.

abedra commented 3 years ago

0.33.0 has been released with this fix.