Add a limit on number of sessions a user can have #10183
Labels
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
Description
Each session takes up some memory in Redis, a user (or misbehaving service account) can easily eat up all the memory on the server by mass-creating sessions. It's a simple thing to fix, but it would be nice if a misconfigured account didn't have the ability to nuke the entire instance
Environment
Reproducible Steps
Expected Output
Redis doesn't OOM
Actual Output
Redis OOM
Additional information
Screenshots (optional)
The text was updated successfully, but these errors were encountered: