Skip to content
Snippets Groups Projects

feat: decorator for admin endpoint authentication

Open François Henri Théron requested to merge ft/AdminEnpointAuth into main

A cask decorator was added to authenticate users for a certain sensitive endpoint. It uses basic HTTP authentication process. The most important things to note are that we should always ensure an HTTPS connection to this endpoint, we should also protect it against bruteforce attack using nginx rate limiting, and we should use a strong password !

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading