Skip to content

Commit

Permalink
skip ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Feb 12, 2025
1 parent 3f7b001 commit b240d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/source/mysqlrestore/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ type Flags struct {
ServerPublicKeyPath string `flag:"--server-public-key-path="`
SharedMemoryBaseName string `flag:"--shared-memory-base-name="`
Socket string `flag:"--socket="`
SkipSsl bool `flag:"--skip-ssl"`
SslCa string `flag:"--ssl-ca="`
SslCaPath string `flag:"--ssl-capath="`
SslCert string `flag:"--ssl-cert="`
Expand Down
1 change: 1 addition & 0 deletions test/pkg/source/mysqltest/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ mysqlrestore:
password: %s
user: %s
Database: %s
skipSsl: true
additionalArgs: []
sourceFile: %s%s
`, hostName, container.Port, mySQLRootPW, mySQLRoot, path,
Expand Down

0 comments on commit b240d48

Please sign in to comment.