Skip to content

Adapt to Redis ACLs

Lukas Jelinek requested to merge redis into master

Both backends (ca and mailpass) have been used the obsolete style of Redis configuration which shares one password between users. This mode is insecure. I've adapt the implementation to use the new ACL-based configuration. This MR also updates the address in GitLab's URLs.

Merge request reports