Skip to content

Commit

Permalink
Update deploying-spicedb-operator.mdx
Browse files Browse the repository at this point in the history
I'm not 100% sure about this but I think the key should match what is set in the Cluster manifest from earlier? 

Using the key currently mentioned in the doc, I see this error: 
```
ERR terminated with errors error="rpc error: code = PermissionDenied desc = invalid preshared key: invalid token"
  • Loading branch information
sohanmaheshwar authored Sep 27, 2024
1 parent 5f2a517 commit e96bce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/spicedb/ops/deploying-spicedb-operator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If you don't already have zed installed, you can follow [this guide][install-zed
For zed to connect to SpiceDB, we'll first have to create an insecure context named `local` for connecting to our locally forwarded port:

```sh
zed context set local localhost:50051 "somerandomkeyhere" --insecure
zed context set local localhost:50051 "averysecretpresharedkey" --insecure
```

With our context set, we're free to make requests to our new, empty SpiceDB deployment:
Expand Down

0 comments on commit e96bce7

Please sign in to comment.