Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audit: add "authorization" #1995

Open
yarikoptic opened this issue Aug 7, 2024 · 0 comments
Open

audit: add "authorization" #1995

yarikoptic opened this issue Aug 7, 2024 · 0 comments
Labels

Comments

@yarikoptic
Copy link
Member

The ongoing implementation in

of current design concerns primarily with "mutating" operations. But another significant aspect is "authorized access". I wonder if we could add to audit trail

  • notion of "new authorized session" which would record user id and datetime when such access happened
  • new token regeneration
  • unauthorized access attempts

(we might want to whitelist some here since I think we ATM use /api/users/me to get an idea on either user is already authorized, so it is kinda a legitimate use, and thus we have about 120 such each hour according to heroku logs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant