Use the same default port for the HTTP API across serve
and serve-testing
#1748
Labels
kind/bug
Something is broken or regressed
serve
and serve-testing
#1748
What platforms are affected?
linux, macos, windows
What architectures are affected?
amd64, arm64
What SpiceDB version are you using?
v1.29.1
Steps to Reproduce
serve --http-enabled
and look forhttp server started serving
in the output.serve-testing --http-enabled
and look forhttp server started serving
in the output.Expected Result
The port for the HTTP API should be the same for
serve
andserve-testing
.Actual Result
serve
starts an HTTP server on port 8443:{"level":"info","addr":":8443","service":"http","insecure":true,"time":"2024-02-20T17:51:01Z","message":"http server started serving"}
serve-testing
starts an HTTP sever on port 8081:{"level":"info","addr":":8081","service":"http","insecure":true,"time":"2024-02-20T18:03:23Z","message":"http server started serving"}
The text was updated successfully, but these errors were encountered: