mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 02:59:55 +08:00
add TLS grpc support for filer meta clients
This commit is contained in:
@@ -45,6 +45,7 @@ var (
|
||||
|
||||
func runFilerMetaTail(cmd *Command, args []string) bool {
|
||||
|
||||
util.LoadConfiguration("security", false)
|
||||
grpcDialOption := security.LoadClientTLS(util.GetViper(), "grpc.client")
|
||||
|
||||
var filterFunc func(dir, fname string) bool
|
||||
|
Reference in New Issue
Block a user