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.
Overview
This PR replaces usage of
useragent.String
withuseragent.PluginString
.useragent.String
has been deprecated. Usinguseragent.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