You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to set up all the environments variables, which are used in there.
Unfortunatelly, it is not well explicitly documented anywhere, so currently you can only read those here. Also in order to properly build you should export them into $BUILDINFO_FLAGS as it is used by the make/go build.
This is the bare minimum of what you have to set up, change the CHANGEME values:
After running make build then sudo docker-compose up --build.
The output is as below
`Building escape-pod-extension
Step 1/3 : FROM scratch
--->
Step 2/3 : COPY escapepodextension /
---> Using cache
---> 66301114a1b6
Step 3/3 : ENTRYPOINT ["/escapepodextension"]
---> Using cache
---> 9652e92d7e7e
Successfully built 9652e92d7e7e
Successfully tagged go_escape-pod-extension:latest
Recreating go_escape-pod-extension_1 ... done
Attaching to go_escape-pod-extension_1
escape-pod-extension_1 | {"Function":"main.main","Source":"main.go:75","level":"fatal","msg":"error during server setup: [invalid client-authentication value "\"NoClientCert\"", valid values [NoClientCert, RequestClientCert, RequireAnyClientCert, VerifyClientCertIfGiven, RequireAndVerifyClientCert]]","time":"2021-03-14 14:20:09"}
go_escape-pod-extension_1 exited with code 1
The text was updated successfully, but these errors were encountered: