diff --git a/dumpling/v4/export/config.go b/dumpling/v4/export/config.go index 41a75b7451bcb..6efea6c98a35e 100644 --- a/dumpling/v4/export/config.go +++ b/dumpling/v4/export/config.go @@ -103,9 +103,9 @@ type Config struct { CAPath string CertPath string KeyPath string - SSLCABytes []byte - SSLCertBytes []byte - SSLKEYBytes []byte + SSLCABytes []byte `json:"-"` + SSLCertBytes []byte `json:"-"` + SSLKEYBytes []byte `json:"-"` } LogLevel string