mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-21 11:06:29 +10:00
Merge pull request #3515 from meyskens/new-ua
Rename the User Agent fields
This commit is contained in:
@@ -165,7 +165,7 @@ func newVRequest(cert *x509.Certificate) *certificate.Request {
|
||||
req.CustomFields = []certificate.CustomField{
|
||||
{
|
||||
Type: certificate.CustomFieldOrigin,
|
||||
Value: "Jetstack cert-manager",
|
||||
Value: "cert-manager",
|
||||
},
|
||||
}
|
||||
return req
|
||||
|
||||
@@ -17,4 +17,4 @@ limitations under the License.
|
||||
package util
|
||||
|
||||
// CertManagerUserAgent is the user agent that http clients in this codebase should use
|
||||
var CertManagerUserAgent = "jetstack-cert-manager/" + version()
|
||||
var CertManagerUserAgent = "cert-manager/" + version()
|
||||
|
||||
Reference in New Issue
Block a user