thelastpickle / cassandra-reaper

Automated Repair Awesomeness for Apache Cassandra
http://cassandra-reaper.io/
Apache License 2.0
487 stars 217 forks source link

Fix webui login not working in some cases #1459

Closed adejanovski closed 8 months ago

adejanovski commented 8 months ago

Fixes #1450

The recent-ish addition to the shiro.ini to specify settings for the Session and RememberMe managers created some bugs (under circumstances that we couldn't figure out) where any login attempt would fail without any error message despite passing the correct credentials.

Tests in an environment that was exhibiting the bug (on an EC2 instance running both Reaper and Cassandra) allowed to verify that removing those additions to the shiro.ini file would fix the issue.