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 SetCustomHeaders / WithCustomHeaders #237

Closed averche closed 1 year ago

averche commented 1 year ago

Description

Fixing the issue where custom headers were not propagated to the actual request.

Resolves #236

How has this been tested?

Added a new test & a couple more test cases to the existing test.