Skip to content

Commit abd58db

Browse files
committed
remove notes around needing to upload an empty dataset
1 parent 13b5f61 commit abd58db

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/tutorials/GETTINGSTARTED.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ source .envrc
5454
docker compose up
5555
```
5656

57-
8. Check PostgreSQL and the Proxy are running:
57+
This will:
58+
59+
- spin up a docker container for the CipherStash Proxy and Postgres
60+
- install EQL
61+
62+
8. Check Postgres and the Proxy are running:
5863

5964
```shell
6065
docker ps

docs/tutorials/PROXY.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The CipherStash Proxy is a lightweight proxy that can be used to encrypt and dec
55
## Table of Contents
66

77
- [Getting Started](#getting-started)
8-
- [Uploading an empty dataset](#uploading-an-empty-dataset)
8+
- [Create a dataset and client](#create-a-dataset-and-client)
99
- [Configuring CipherStash Proxy](#configuring-cipherstash-proxy)
1010
- [Running the Proxy](#running-the-proxy)
1111
- [Using the Proxy](#using-the-proxy)
@@ -19,19 +19,14 @@ To get started, you'll need to sign up for a free account at [https://dashboard.
1919

2020
Once you've signed up, you can create an access key from your default workspace.
2121

22-
## Uploading an empty dataset
22+
## Create a dataset and client
2323

24-
Before you can start using the proxy, you'll need to upload an empty dataset. You can do this using the [CipherStash CLI](https://cipherstash.com/docs/reference/cli)
24+
Before you can start using the proxy, you'll need to create a dataset and client.
25+
26+
You can do this using the [CipherStash CLI](https://cipherstash.com/docs/reference/cli)
2527

2628
1. [Create a dataset.](https://cipherstash.com/docs/how-to/creating-datasets)
2729
1. [Create a client key for cryptographic operations.](https://cipherstash.com/docs/how-to/creating-clients)
28-
1. Upload an empty dataset:
29-
30-
```bash
31-
stash datasets config upload --file dataset.yml --client-id client_id --client-key client_key
32-
```
33-
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`
3530

3631
## Configuring CipherStash Proxy
3732

0 commit comments

Comments
 (0)