hashicorp / vault-client-go

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

Add accessor for user-agent header #262

Open jhg03a opened 6 months ago

jhg03a commented 6 months ago

Describe the feature request or question

I'd like to see something like the WithToken / SetToken ability with regards to setting the user-agent string. It seems at the moment this is hardcoded to specific library information, but I'd like to set it to my own app version info so that I can distinguish clients on different builds of my application that share the same vault library versions

Link to the Vault API Docs that support this feature

Not Applicable

Additional context