We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb08c3 commit 5302d37Copy full SHA for 5302d37
orchestrator/dockerdir/entrypoint.sh
@@ -19,6 +19,8 @@ if [ -n "$KUBERNETES_SERVICE_HOST" ]; then
19
RaftAdvertise:\"$HOSTNAME.$NAMESPACE\",
20
RaftBind:\"$HOSTNAME.$ORC_SERVICE.$NAMESPACE\",
21
RaftEnabled: ${RAFT_ENABLED:-"true"},
22
+ MySQLTopologyUseMutualTLS: true,
23
+ MySQLTopologySSLSkipVerify: true,
24
MySQLTopologySSLPrivateKeyFile:\"${ORC_CONF_PATH}/ssl/tls.key\",
25
MySQLTopologySSLCertFile:\"${ORC_CONF_PATH}/ssl/tls.crt\",
26
MySQLTopologySSLCAFile:\"${ORC_CONF_PATH}/ssl/ca.crt\",
0 commit comments