-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run examples #20
Comments
If you remove the And you can add --insecure to the context set command and you don't have to use the --insecure flag anymore after that when using zed My set context command: |
Wow, that works. Can't access Dashboard at localhost. Is there any specific config needs to be done for the dashboard?
|
@gmtek the dashboard was removed from SpiceDB a while ago - it served a text version of the schema and didn't provide a whole lot of other value. Where did you see reference to the dashboard? I wanna make sure we're not directing users to access it in our materials. What's the use case? Is it mostly seeing whether SpiceDB is up? You can turn on the HTTP server if that'd help - you'd be able to hit |
I am trying to run SpiceDB in my local. After
docker compose -f datastor/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?The containers are running. Below is output from docker ps
The text was updated successfully, but these errors were encountered: