Hi all,
# spicedb
t
Hi all, I have a cockroachdb cluster running with a "spicedb" database on it that has certs, and I can connect and everything. Now I'm trying to get a spicedb instance to talk to it. All the examples are all set to insecure that I can find, and I can't find the part of the code that would let me connect the spicedb instance to cockroachdb that isn't set to insecure. Could you point me in the right direction?
Mainly, I can connect by calling spicedb directly. Both migrate and serve work fine by just shoving the cert locations into the connection string. The part that's weird is when I try to do the same thing in the docker image. I might be misunderstanding docker configs, but I'm doing a docker run with a volume, and then I'm trying to point at the volume with the connection string. Is there any reason why this wouldn't work? Am I just overlooking something simple?
Specifically, I'm looking for an answer like, "Oh, we didn't implement such and such." 😄 If there is no reason why it shouldn't work and it's definitely me, that's also a good answer. 🙂
Nm, figured it out. : )