mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 02:31:51 +08:00
add TLS grpc support for filer meta clients
This commit is contained in:
@@ -53,6 +53,7 @@ The backup writes to another filer store specified in a backup_filer.toml.
|
||||
|
||||
func runFilerMetaBackup(cmd *Command, args []string) bool {
|
||||
|
||||
util.LoadConfiguration("security", false)
|
||||
metaBackup.grpcDialOption = security.LoadClientTLS(util.GetViper(), "grpc.client")
|
||||
|
||||
// load backup_filer.toml
|
||||
|
Reference in New Issue
Block a user