Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set cache default values as documented
This commit fixes a bug in the cache configuration logic. As documented in https://github.com/minio/kes/blob/master/server-config.yaml#L147 KES is supposed to apply a default KES configuration when none is provided. With this commit, a KES server (started via the `kes server` command) applies a default cache config, if none is set. The `kes/kesconf` package does not implement the default configuration since we don't want to modify the user input at this level.
- Loading branch information