Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Audit logging #28

Open
2 of 6 tasks
ARMmaster17 opened this issue Jan 26, 2022 · 0 comments
Open
2 of 6 tasks

Audit logging #28

ARMmaster17 opened this issue Jan 26, 2022 · 0 comments
Labels
Backend Changes are expected to be made to the service, repository, or controller level of Java source files enhancement New feature or request
Milestone

Comments

@ARMmaster17
Copy link
Member

ARMmaster17 commented Jan 26, 2022

To maintain (theoretical) HIPAA compliance, login and user registration events need to be logged.

  • Implement a logging platform that creates standardized JSON messages that print to STDOUT.
  • Create a log entry entity that can be stored in the database when these events occur.
  • Log when a user successfully logs in (STDOUT/DB)
  • Log when a user creates an account (STDOUT/DB)
  • Log when someone enters incorrect credentials to log in (STDOUT/DB)
  • De-activate instead of delete UserAccount entities #122

Blocked by #26 and #57

@ARMmaster17 ARMmaster17 added the enhancement New feature or request label Jan 26, 2022
@ARMmaster17 ARMmaster17 added this to the Sprint 1 milestone Jan 26, 2022
@ARMmaster17 ARMmaster17 moved this to Committed in Kanban Board Jan 26, 2022
@ARMmaster17 ARMmaster17 added the blocked This issue is blocked by a pending PR or another issue that must be resolved first. label Jan 29, 2022
@ARMmaster17 ARMmaster17 modified the milestones: Sprint 1, Sprint 2 Feb 15, 2022
@ARMmaster17 ARMmaster17 added the Backend Changes are expected to be made to the service, repository, or controller level of Java source files label Feb 20, 2022
@ARMmaster17 ARMmaster17 removed this from the Sprint 2 milestone Mar 12, 2022
@ARMmaster17 ARMmaster17 added this to the Sprint 3 milestone Mar 29, 2022
@ARMmaster17 ARMmaster17 removed the blocked This issue is blocked by a pending PR or another issue that must be resolved first. label Apr 4, 2022
@ARMmaster17 ARMmaster17 modified the milestones: Sprint 3, Sprint 4 Apr 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Backend Changes are expected to be made to the service, repository, or controller level of Java source files enhancement New feature or request
Projects
Status: Committed
Development

No branches or pull requests

1 participant