Add VerifyService port to GCP LB (#291)

* Add VerifyService port to GCP LB

* cli verify command: Use verify service port by default

Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Moritz Eckert 2022-07-26 16:35:14 +02:00 committed by GitHub
parent 244426305d
commit ad02249b9a
3 changed files with 5 additions and 3 deletions

View file

@ -92,7 +92,7 @@ func TestVerify(t *testing.T) {
nodeEndpointFlag: "192.0.2.1",
ownerIDFlag: zeroBase64,
protoClient: &stubVerifyClient{},
wantEndpoint: "192.0.2.1:9000",
wantEndpoint: "192.0.2.1:30081",
},
"endpoint not set": {
setupFs: func(require *require.Assertions) afero.Fs { return afero.NewMemMapFs() },