From 30db9e2ad514c2f948da783e4bee36e4f19767ed Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Wed, 20 Mar 2024 14:16:38 +0000 Subject: [PATCH] Link to upstream vcert issues that would allow us to simplify the cert-manager code Signed-off-by: Richard Wall --- pkg/issuer/venafi/client/venaficlient.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/issuer/venafi/client/venaficlient.go b/pkg/issuer/venafi/client/venaficlient.go index a82003cd7..be42f4a61 100644 --- a/pkg/issuer/venafi/client/venaficlient.go +++ b/pkg/issuer/venafi/client/venaficlient.go @@ -223,7 +223,9 @@ type httpClientForVcertOptions struct { // 2. We need to customize the User-Agent header for all HTTP requests to Venafi // REST API endpoints. // 3. The vcert package does not currently provide an easier way to change those -// settings. +// settings. See: +// * https://github.com/Venafi/vcert/issues/437 +// * https://github.com/Venafi/vcert/issues/438 // // Why is it necessary to customize the client TLS renegotiation? //