mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 03:59:49 +02:00
remove deprecated cache_service_url config option (#1614)
* remove deprecated cache_service_url config option * remove broken test * update integration test config * update nginx example Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
ee03d0e9f8
commit
2d5690dde6
13 changed files with 133 additions and 162 deletions
|
@ -861,7 +861,7 @@ The cache service is used for storing user session data.
|
|||
|
||||
The data broker service URL points to a data broker which is responsible for storing associated authorization context (e.g. sessions, users and user groups).
|
||||
|
||||
By default, the `cache` service uses an in-memory databroker, so the legacy option `cache_service_url` will be used if this option is not configured.
|
||||
By default, the `cache` service uses an in-memory databroker.
|
||||
|
||||
To create your own data broker, implement the following gRPC interface:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue