From e27231e022a53188e5809fac0ec697d70e31810b Mon Sep 17 00:00:00 2001 From: Howard Zhong Date: Wed, 18 Dec 2024 18:52:58 +0000 Subject: [PATCH] fix linter and go build tests --- docs/parameters.yaml | 2 +- param/parameters.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/parameters.yaml b/docs/parameters.yaml index c0434c448..396094527 100644 --- a/docs/parameters.yaml +++ b/docs/parameters.yaml @@ -65,7 +65,7 @@ components: ["origin", "registry", "director"] name: IssuerKey description: |+ [Deprecated] Use IssuerKeysDirectory instead. The key file set by this parameter will automatically move to IssuerKeysDirectory. - + A filepath to the file containing a PEM-encoded ecdsa private key which later will be parsed into a JWK and serves as the private key to sign various JWTs issued by this server. diff --git a/param/parameters.go b/param/parameters.go index 98e5a490d..9b7039265 100644 --- a/param/parameters.go +++ b/param/parameters.go @@ -56,7 +56,6 @@ func GetDeprecated() map[string][]string { "Director.EnableStat": {"Director.CheckOriginPresence"}, "DisableHttpProxy": {"Client.DisableHttpProxy"}, "DisableProxyFallback": {"Client.DisableProxyFallback"}, - "IssuerKey": {"IssuerKeysDirectory"}, "MinimumDownloadSpeed": {"Client.MinimumDownloadSpeed"}, "Origin.EnableDirListing": {"Origin.EnableListings"}, "Origin.EnableFallbackRead": {"Origin.EnableDirectReads"},