From ec02761e2f5768cbcb49ea64e3b111186a048a42 Mon Sep 17 00:00:00 2001 From: Tanguy Date: Wed, 24 Feb 2021 17:00:53 +0100 Subject: [PATCH] Update data-storage.md (#1941) Add `databroker_storage_type` in example to make it functional. --- docs/docs/topics/data-storage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/topics/data-storage.md b/docs/docs/topics/data-storage.md index 16f980d3c..fa8f27c81 100644 --- a/docs/docs/topics/data-storage.md +++ b/docs/docs/topics/data-storage.md @@ -71,6 +71,7 @@ Pomerium supports and strongly encourages [TLS](https://redis.io/topics/encrypti Example secure configuration: ```yaml +databroker_storage_type: redis databroker_storage_connection_string: rediss://pomerium:MYSECUREPASSWORD@[HOST]:6379/ databroker_storage_cert_file: /tls/client.pem databroker_storage_key_file: /tls/client.key