Skip to content

Commit 55da542

Browse files
authored
Update PROXY.md
1 parent 2eb2f75 commit 55da542

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PROXY.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ Before you can start using the proxy, you'll need to upload an empty dataset. Yo
2525

2626
1. [Create a dataset.](https://cipherstash.com/docs/how-to/creating-datasets)
2727
1. [Create a client key for cryptographic operations.](https://cipherstash.com/docs/how-to/creating-clients)
28+
1. Upload an empty dataset:
2829

2930
```bash
3031
stash datasets config upload --file dataset.yml --client-id client_id --client-key client_key
3132
```
3233

33-
> Note: We plan to remove the need for this step in the future.
34-
35-
This will upload an empty dataset to your default workspace.
34+
> Note: CipherStash Proxy will be unable to initialize unless an empty dataset is uploaded. You will see the error `ZeroKMSError("Failed to send request: NotFound: Server returned a not found response: Status: 404 Not Found`
3635
3736
## Configuring CipherStash Proxy
3837

@@ -87,4 +86,4 @@ At a high level:
8786
1. PostgreSQL executes the SQL statement
8887
1. CipherStash Proxy decrypts any returned `ciphertext` data and returns to client
8988

90-
![Select](/diagrams/overview-select.drawio.svg)
89+
![Select](/diagrams/overview-select.drawio.svg)

0 commit comments

Comments
 (0)