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:
Caleb Doxsey 2020-11-23 14:57:29 -07:00 committed by GitHub
parent ee03d0e9f8
commit 2d5690dde6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 133 additions and 162 deletions

View file

@ -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: