I have a super minor PR to make my CI happy (it waits for spicedb to be listening on the advertised ports). Any chance I could get a review on https://github.com/authzed/spicedb/pull/1536 please 😃
v
vroldanbet
09/18/2023, 7:36 AM
👋 couldn't you expose map the default gRPC port via docker CLI? The only concern I have with this change is that all ports in SpiceDB can be configured, so you would end up with a container exposing a port the service is not listening to, but maybe I don't have a good grip on
EXPOSE
semantics
d
DharsanB
09/18/2023, 12:46 PM
Can the default ports in SpiceDB be changed? If so, can you help me with the documentation on how to change the default ports in SpiceDB.
v
vroldanbet
09/18/2023, 12:59 PM
Flag is
--grpc-addr
vroldanbet
09/18/2023, 12:59 PM
documentation is
spicedb serve help
d
d.richardson
09/18/2023, 2:17 PM
That's a great point, I hadn't thought about changing the default port.