mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-08 04:18:13 +02:00
Update data-storage.md (#1941)
Add `databroker_storage_type` in example to make it functional.
This commit is contained in:
parent
de55199a70
commit
ec02761e2f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue