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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Behind the scenes, it uses the [Encrypt Query Language](https://github.com/ciphe
> [!IMPORTANT]
> **Prerequisites:** Before you start you need to have this software installed:
> - [Docker](https://www.docker.com/) — see Docker's [documentation for installing](https://docs.docker.com/get-started/get-docker/)


Get up and running in local dev in < 5 minutes:

Expand Down
9 changes: 9 additions & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This page contains reference documentation for configuring CipherStash Proxy and
- [Recommended settings for development](#recommended-settings-for-development)
- [Prometheus metrics](#prometheus-metrics)
- [Available metrics](#available-metrics)
- [Supported architectures](#supported-architectures)


## Proxy config options
Expand Down Expand Up @@ -266,6 +267,14 @@ If the proxy is running on a host other than localhost, access on that host.
| `cipherstash_proxy_statements_total` | Counter | Total number of SQL statements processed by CipherStash Proxy |
| `cipherstash_proxy_statements_unmappable_total` | Counter | Total number of unmappable SQL statements processed by CipherStash Proxy |

## Supported architectures

CipherStash Proxy is [available as a Docker container image](https://hub.docker.com/r/cipherstash/proxy) for `linux/arm64` architectures.

If you're interested in a Docker image for other architectures (like `linux/amd64`), upvote [this idea](https://github.com/cipherstash/proxy/discussions/214).



---

### Didn't find what you wanted?
Expand Down