From 470d450f1704e80c95d6cd0f4212a0192b292bb4 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 27 Jul 2025 13:59:43 -0700 Subject: [PATCH] admin server: fix tls setting fix https://github.com/seaweedfs/seaweedfs/issues/7038#issuecomment-3124471878 --- weed/admin/dash/admin_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/admin/dash/admin_server.go b/weed/admin/dash/admin_server.go index 75b038a26..6ebade19f 100644 --- a/weed/admin/dash/admin_server.go +++ b/weed/admin/dash/admin_server.go @@ -60,7 +60,7 @@ type AdminServer struct { // Type definitions moved to types.go func NewAdminServer(masters string, templateFS http.FileSystem, dataDir string) *AdminServer { - grpcDialOption := security.LoadClientTLS(util.GetViper(), "grpc.client") + grpcDialOption := security.LoadClientTLS(util.GetViper(), "grpc.admin") // Create master client with multiple master support masterClient := wdclient.NewMasterClient(