-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[finishes #136835813] [finishes #136835715] Submodule src/code.cloudfoundry.org/consuladapter 6a4e228d..416e47ed: > Merge branch 'greenhouse-org-tls-client-from-url' Submodule src/code.cloudfoundry.org/rep 79115bb9..006d7ae9: > Merge branch 'greenhouse-org-consul-mutual-tls'
- Loading branch information
1 parent
b4f7b5c
commit 154e64b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule consuladapter
updated
11 files
+42 −0 | client.go | |
+51 −0 | client_test.go | |
+40 −3 | consuladapter_suite_test.go | |
+60 −27 | consulrunner/clusterrunner.go | |
+24 −1 | consulrunner/configfile.go | |
+29 −0 | fixtures/consul-ca.crt | |
+51 −0 | fixtures/consul-ca.key | |
+26 −0 | fixtures/consul.crt | |
+17 −0 | fixtures/consul.csr | |
+27 −0 | fixtures/consul.key | |
+27 −0 | fixtures/invalid-consul.key |
Submodule rep
updated
5 files
+3 −0 | cmd/rep/config/config.go | |
+13 −7 | cmd/rep/config/config_test.go | |
+30 −4 | cmd/rep/main.go | |
+5 −3 | cmd/rep/main_suite_test.go | |
+5 −3 | generator/internal/internal_suite_test.go |