Chore: Add encryption codec to the remote cache (#59871)

* add encryption codec to the remote cache

* change config files too

* fix test constructor

* pass codec into the test cache
This commit is contained in:
Serge Zaitsev
2022-12-06 15:12:27 +01:00
committed by GitHub
parent 2ff6ae65df
commit f1fb202284
11 changed files with 87 additions and 31 deletions

View File

@@ -172,6 +172,9 @@
# prefix prepended to all the keys in the remote cache
; prefix =
# This enables encryption of values stored in the remote cache
;encryption =
#################################### Data proxy ###########################
[dataproxy]