-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove camel case config Signed-off-by: Faisal Memon <[email protected]> * Fix camel case in integration tests Signed-off-by: Faisal Memon <[email protected]> * Fix more integration tests Signed-off-by: Faisal Memon <[email protected]> * fix more integ tests Signed-off-by: Faisal Memon <[email protected]> * Remove ununsed test code Signed-off-by: Faisal Memon <[email protected]> * Fix go server Signed-off-by: Faisal Memon <[email protected]> --------- Signed-off-by: Faisal Memon <[email protected]> Co-authored-by: Marcos Yacob <[email protected]>
- Loading branch information
1 parent
8df90c5
commit cc6d800
Showing
7 changed files
with
50 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
agentAddress = "/var/run/api.sock" | ||
agent_address = "/var/run/api.sock" | ||
cmd = "/run/client/assert.sh" | ||
cmdArgs = "" | ||
certDir = "/run/client/certs/" | ||
renewSignal = "SIGUSR1" | ||
svidFileName = "svid.crt" | ||
svidKeyFileName = "svid.key" | ||
svidBundleFileName = "root.crt" | ||
cmd_args = "" | ||
cert_dir = "/run/client/certs/" | ||
renew_signal = "SIGUSR1" | ||
svid_file_name = "svid.crt" | ||
svid_key_file_name = "svid.key" | ||
svid_bundle_file_name = "root.crt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
agentAddress = "/var/run/api.sock" | ||
agent_address = "/var/run/api.sock" | ||
cmd = "" | ||
cmdArgs = "" | ||
certDir = "/run/go-server/certs/" | ||
renewSignal = "SIGUSR1" | ||
svidFileName = "svid.crt" | ||
svidKeyFileName = "svid.key" | ||
svidBundleFileName = "root.crt" | ||
cmd_args = "" | ||
cert_dir = "/run/go-server/certs/" | ||
renew_signal = "SIGUSR1" | ||
svid_file_name = "svid.crt" | ||
svid_key_file_name = "svid.key" | ||
svid_bundle_file_name = "root.crt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
agentAddress = "/var/run/api.sock" | ||
agent_address = "/var/run/api.sock" | ||
cmd = "mysql" | ||
cmdArgs = "-e \"ALTER INSTANCE RELOAD TLS;\"" | ||
certDir = "/var/lib/mysql/" | ||
renewSignal = "SIGUSR1" | ||
svidFileName = "server-cert.pem" | ||
svidKeyFileName = "server-key.pem" | ||
svidBundleFileName = "ca.pem" | ||
addIntermediatesToBundle = true | ||
cmd_args = "-e \"ALTER INSTANCE RELOAD TLS;\"" | ||
cert_dir = "/var/lib/mysql/" | ||
renew_signal = "SIGUSR1" | ||
svid_file_name = "server-cert.pem" | ||
svid_key_file_name = "server-key.pem" | ||
svid_bundle_file_name = "ca.pem" | ||
add_intermediates_to_bundle = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
agentAddress = "/var/run/api.sock" | ||
agent_address = "/var/run/api.sock" | ||
cmd = "/run/postgresql/reload_certificates.sh" | ||
cmdArgs = "" | ||
certDir = "/run/postgresql/certs/" | ||
renewSignal = "SIGUSR1" | ||
svidFileName = "svid.crt" | ||
svidKeyFileName = "svid.key" | ||
svidBundleFileName = "root.crt" | ||
cmd_args = "" | ||
cert_dir = "/run/postgresql/certs/" | ||
renew_signal = "SIGUSR1" | ||
svid_file_name = "svid.crt" | ||
svid_key_file_name = "svid.key" | ||
svid_bundle_file_name = "root.crt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.