From 192c615c6ff341c4f4522558daaa8ff5645e9393 Mon Sep 17 00:00:00 2001 From: James Renken Date: Thu, 6 Feb 2025 16:47:21 -0800 Subject: [PATCH] admin: Remove deprecated debugAddr The parameter was removed in production in IN-10874. Followup to #7838, #7840 --- cmd/admin/main.go | 3 --- test/config/admin.json | 1 - 2 files changed, 4 deletions(-) diff --git a/cmd/admin/main.go b/cmd/admin/main.go index d4c85537aff..ab37467c72d 100644 --- a/cmd/admin/main.go +++ b/cmd/admin/main.go @@ -31,9 +31,6 @@ type Config struct { RAService *cmd.GRPCClientConfig SAService *cmd.GRPCClientConfig - // Deprecated: DebugAddr is no longer used. - DebugAddr string - Features features.Config } diff --git a/test/config/admin.json b/test/config/admin.json index aefe45ea20f..2567464d274 100644 --- a/test/config/admin.json +++ b/test/config/admin.json @@ -4,7 +4,6 @@ "dbConnectFile": "test/secrets/revoker_dburl", "maxOpenConns": 1 }, - "debugAddr": ":8014", "tls": { "caCertFile": "test/certs/ipki/minica.pem", "certFile": "test/certs/ipki/admin.boulder/cert.pem",