I'm trying to find what the spicedb
# spicedb
s
I'm trying to find what the spicedb docker image has in it, and whats available to me. Trying to glue together cockroackdb and spicedb with docker-compose for our development effort
v
yeah, the examples repository is the place to go, as you noted
s
I was hoping to look at what configs / what ports are being used for what
docker-compose there has this exposed Im not sure what 8080 and 9090 are for
Copy code
ports:
      - "8080:8080"
      - "9090:9090"
      - "50051:50051"
nevermind. im silly its noted in the compose 😦 sigh
integrating zed with the keyring awesome. I'll have to wrap zed for now ina docker container where it works with nothing installed lol
v
are youare you having trouble with the keyring support? Why not using authzed's official zed image? what are you using
zed
for in your docker compose ?
s
@vroldanbet I was just hoping to use it directly in my "dev" workstation at work. But.... something about the keyring / sercertservice is bonk'd. I eventually just wrapped it. There is nothing wrong with it ... I'm moving forward lol
v
I had to ask because I wasn't sure by reading the message if being sarcastic or an actual legit problem. I think it would be useful to capture this feedback as an issue, if you don't mind, in zed's repo.
2 Views