Skip to content

Adapt to Redis ACLs

Lukas Jelinek requested to merge redis into master

ca has 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 (Redis has its own ACL file and ca's configuration file must contain the appropriate username too). This MR also updates the address in GitLab's URLs.

Merge request reports