You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set log levels for a specific log target to turn on or turn of more verbose logging.
247
261
248
262
> [!IMPORTANT]
249
263
> The application code must use the 'target' parameter for the per-target log level to work.
@@ -395,6 +409,8 @@ The integration tests have several runtime dependencies:
395
409
- Credentials for CipherStash ZeroKMS (which can be found in the [quickstart](#developing) section)
396
410
397
411
412
+
413
+
398
414
### Working with Encrypt Query Language (EQL)
399
415
400
416
The [Encrypt Query Language (EQL)](https://github.com/cipherstash/encrypt-query-language/) is a set of abstractions for transmitting, storing, and interacting with encrypted data and indexes in PostgreSQL.
@@ -481,6 +497,36 @@ If you ever get confused about where your configuration is coming from, run `mis
481
497
Certificates are generated by `mkcert`, and live in `tests/tls/`.
482
498
483
499
500
+
#### Configuration: development endpoints
501
+
502
+
503
+
ZeroKMS and CTS host endpoints can be configured for local development.
504
+
505
+
Env variables are `CS_DEVELOPMENT__ZEROKMS_HOST` and `CS_DEVELOPMENT__CTS_HOST`.
0 commit comments