Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/spicedb/getting-started/client-libraries/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When developing locally, you'll need to configure your client based on how Spice

### SpiceDB running without TLS (most common)

If SpiceDB is started without TLS (using `--grpc-no-tls`), use insecure plaintext credentials:
If SpiceDB is started without TLS, use insecure plaintext credentials:

<Tabs items={["Node", "Go", "Python", "Ruby", "Java", ".NET"]}>
<Tabs.Tab>`v1.ClientSecurity.INSECURE_PLAINTEXT_CREDENTIALS`</Tabs.Tab>
Expand Down
2 changes: 1 addition & 1 deletion app/spicedb/ops/spicedb-langchain-langgraph-rag/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The library implements **post-filter authorization**, meaning:
To run locally, use:

```bash
docker run --rm -p 50051:50051 authzed/spicedb serve --grpc-preshared-key "sometoken" --grpc-no-tls
docker run --rm -p 50051:50051 authzed/spicedb serve --grpc-preshared-key "sometoken"
```

---
Expand Down
Loading