open-vault/sdk/helper/keysutil
divyapola5 30563097ea
Enforce minimum cache size for transit backend (#12418)
* Enforce Minimum cache size for transit backend

* enfore minimum cache size and log a warning during backend construction

* Update documentation for transit backend cache configuration

* Added changelog

* Addressed review feedback and added unit test

* Modify code in pathCacheConfigWrite to make use of the updated cache size

* Updated code to refresh cache size on transit backend without restart

* Update code to acquire read and write locks appropriately
2021-09-13 16:44:56 -05:00
..
cache.go
consts.go
encrypted_key_storage.go
encrypted_key_storage_test.go
lock_manager.go
policy.go
policy_test.go
transit_lru.go
transit_syncmap.go