1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src/api
BlackDex 881524bd54
Added DbConn to /alive healthcheck
During a small discusson on Matrix it seems logical to have the /alive
endpoint also check if the database connection still works.

The reason for this was regarding a certificate which failed/expired
while vaultwarden and the database were still up-and-running, but
suddenly vaultwarden couldn't connect anymore.

With this `DbConn` added to `/alive`, it will be more accurate, because
of vaultwarden can't reach the database, it isn't alive.
2021-10-09 14:16:27 +02:00
..
core feature: Support single organization policy 2021-10-02 19:30:19 +02:00
admin.rs Fix error reporting in admin and some small fixes 2021-10-08 00:01:24 +02:00
icons.rs Updated icon downloading 2021-09-24 18:27:52 +02:00
identity.rs feature: Support single organization policy 2021-10-02 19:30:19 +02:00
mod.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
notifications.rs Sort the imports in notifications.rs alphabetically 2021-08-04 16:56:43 +02:00
web.rs Added DbConn to /alive healthcheck 2021-10-09 14:16:27 +02:00