Hello,
I configured CAS 3.5.2 to use a JDBC datasource for the inspektr audit system.
Everything is working as well but if CAS is not able to access the audit database the entire authentication stack goes down.
Is there a way to make CAS inspektr resilient? => If the audit database goes down then the in-memory system is used. An other way would be to stop the audit system when the audit datasource is down.
But I need to keep the authentication part working when the audit system is down!
Best Regards,