Skip to content

Commit 5302d37

Browse files
authored
K8SPS-185: Fix orchestrator SSl/TLS config (percona#935)
* Fix orchestrator ssl connection config. * Fix formatting.
1 parent dfb08c3 commit 5302d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

orchestrator/dockerdir/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ if [ -n "$KUBERNETES_SERVICE_HOST" ]; then
1919
RaftAdvertise:\"$HOSTNAME.$NAMESPACE\",
2020
RaftBind:\"$HOSTNAME.$ORC_SERVICE.$NAMESPACE\",
2121
RaftEnabled: ${RAFT_ENABLED:-"true"},
22+
MySQLTopologyUseMutualTLS: true,
23+
MySQLTopologySSLSkipVerify: true,
2224
MySQLTopologySSLPrivateKeyFile:\"${ORC_CONF_PATH}/ssl/tls.key\",
2325
MySQLTopologySSLCertFile:\"${ORC_CONF_PATH}/ssl/tls.crt\",
2426
MySQLTopologySSLCAFile:\"${ORC_CONF_PATH}/ssl/ca.crt\",

0 commit comments

Comments
 (0)