Helloo I'm trying out spiceDB for the
# spicedb
e
Helloo I'm trying out spiceDB for the first time. I have a windows machine so can I know how to get started? I ran the docker image and the logs show that the service started but I cannot call the health HTTP endpoint. I enabled the http service with the --http-enabled flag. I get this error Error: connect ECONNREFUSED 127.0.0.1:8443
v
are you exposing the port in the docker command? The health endpoint for the HTTP gateway is
/healthz
. If you want to see examples on how to run SpiceDB with docker compose, check https://github.com/authzed/examples/tree/main/datastores, we have examples for all the supported datastores
e
Hi yes I sorted that out thank you. Can I know how to make a caveat required because when I remove the
user |
part as mentioned in the docs the request returns a bad request response with this message "subjects of type
user
are not allowed on relation
document#viewer
without one of the following caveats: has_valid_ip"
v
Can you perhaps share your schema?
2 Views