hashicorp / vault-plugin-secrets-azure

Vault Azure Secrets plugin
Mozilla Public License 2.0
26 stars 19 forks source link

Replace usage of useragent.String with useragent.PluginString #123

Closed austingebauer closed 1 year ago

austingebauer commented 1 year ago

Overview

This PR replaces usage of useragent.String with useragent.PluginString. useragent.String has been deprecated. Using useragent.PluginString will allow plugins running external to Vault to use correct Vault version information in construction of user-agent request headers regardless of the compiled SDK version.

Related Issues/Pull Requests