Open Issues Need Help
View All on GitHub refactor: use campus.vault to retrieve DATABASE_URL about 1 month ago
AI Summary: Refactor the Yapper message broker to retrieve the database URL securely from the `campus.vault` service instead of relying on direct configuration. This involves modifying the Yapper initialization to authenticate as "campus-yapper" and fetch the `DATABASE_URL` secret, removing the need for explicit `db_uri` parameter in most cases.
Complexity:
4/5
enhancement help wanted