From cd4d63355d08a6a7592e34206220b732f97278a7 Mon Sep 17 00:00:00 2001 From: OctaveLauby Date: Tue, 2 Jun 2026 17:47:52 +0200 Subject: [PATCH] doc: add items to todo --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd58cd4..6e9a37e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,10 @@ make ci - ADD protection on user register (right now any one can create any number of users) - ADD migrations (app start should not build ) - ADD Rate Limiter +- ADD ACL (RBAC or something else) +- ADD Observability (OpenTelemetry - Jaeger) - ADD Settings management (dotenv or config files) +- ADD Proper Error management (API Problem) - REWORK Authentication - Activate Keycloak secret - Remove auth endpoints and let keycloak handle the authentication (e.g. `standardFlowEnabled=true & directAccessGrantsEnabled=false` in realm.json)