hashicorp / vault-client-go

HashiCorp Vault Go Client Library generated from OpenAPI spec.
Mozilla Public License 2.0
84 stars 17 forks source link

Fix query params being double-encoded #213

Closed maxb closed 1 year ago

maxb commented 1 year ago

It is inappropriate to be encoding them in the templated code. They get passed into the HTTP client which encodes them again!

Also, restructure the affected chunk of Handlebars to be easier to read.