Mobilizon & Hashicorp vault

My community uses hashicorp vault to manage dynamic database credentials for applications. This means that db credentials are short lived (1 - 3 hours) and are refreshed with the vault api.

Has anyone deployed Mobilizon w/ vault and can provide some insight?

It seems to be possible but will require some significant adjustments : Automatically updating Ecto pool connections credentials - Questions / Help - Elixir Programming Language Forum

(otherwise you could use a 3rd-party script to manage credentials refreshment and restarting Mobilizon, but that’s not really efficient)

Please open an issue on https://framagit.org/framasoft/mobilizon/issues so we can track this.