Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading