Hi
I’ve noticed some issue with Audit filtering after upgrading from 3.9 to 3.10:
Steps to reproduce:
- login to web ui;
- go to Audit tab
- try to use filter(any) - the results are not as expected: empty or whatever but expected
And when I erase string in filter - result page stays the same, expected that it returns to default values(without filtering).
I’ve noticed it both on my test lab and prod.
During update there were no warning or troubles.
And everything works fine except this filtering.
I have just two nodes of Pidea(keepalive with VIP) and one DB(mariadb 10.5).
My sqlalchemy settings(nothing were changed):
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://pi:<PASS>@<DB SERVER IP>/<DB USER>'