BotAlert
09/04/2024, 10:58 AMdocker compose -f postgres.yml up
when I am trying to connect using zed, getting š error. It seems like zed is forcing TLS. Also there is nothing in http://localhost:8080
. Is there any other configuration that SpiceDB container is expecting?
zed context set dev 'http://127.0.0.1:50051' 'foobar'
zed --insecure schema write schema.md
12:40PM FTL failed to write schema error="failed to exit idle mode: invalid target address http://127.0.0.1:50051, error info: address http://127.0.0.1:50051:443: too many colons in address"
BotAlert
09/04/2024, 11:06 AMCONTAINER ID IMAGE COMMAND PORTS
a9a64714787d authzed/spicedb:latest-debug "spicedb serve" 0.0.0.0:8080->8080/tcp, 0.0.0.0:9090->9090/tcp, 0.0.0.0:50051->50051/tcp
c073611766b0 postgres "docker-entrypoint.sā¦" 0.0.0.0:5432->5432/tcp
BotAlert
09/04/2024, 12:33 PMhttp://
from url.
Probably should remove http://
from this comment too https://github.com/authzed/examples/blob/main/datastores/postgres.yml#L13BotAlert
09/04/2024, 12:34 PMecordell
09/04/2024, 1:16 PMBotAlert
09/04/2024, 1:40 PMvroldanbet
09/04/2024, 2:35 PMvroldanbet
09/04/2024, 2:36 PMvroldanbet
09/04/2024, 2:46 PM