Skip to content

Commit

Permalink
admin: Remove deprecated debugAddr
Browse files Browse the repository at this point in the history
The parameter was removed in production in IN-10874.

Followup to #7838, #7840
  • Loading branch information
jprenken committed Feb 7, 2025
1 parent f6c748c commit 192c615
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions cmd/admin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ type Config struct {
RAService *cmd.GRPCClientConfig
SAService *cmd.GRPCClientConfig

// Deprecated: DebugAddr is no longer used.
DebugAddr string

Features features.Config
}

Expand Down
1 change: 0 additions & 1 deletion test/config/admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 192c615

Please sign in to comment.