feat: audit login (#5925)

* added migration for api key resource

* sort of working

* auditing login

* passing  the correct user id

* added and fixed tests

* gen documentation

* formatting and lint

* lint

* audit Github oauth and write tests

* audit oauth and write  tests

* added defer fn for login error auditing

* fixed test

* feat: audit logout (#5998)

* Update coderd/userauth.go

Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>

* fix test

* bypassing diff generation if login/logout

* lint

---------

Co-authored-by: Steven Masley <Emyrk@users.noreply.github.com>
This commit is contained in:
Kira Pilot
2023-02-06 15:12:50 -05:00
committed by GitHub
parent 060eeed5c3
commit 46fe59f5e7
29 changed files with 679 additions and 259 deletions

8
coderd/apidoc/docs.go generated
View File

@ -5350,14 +5350,18 @@ const docTemplate = `{
"write",
"delete",
"start",
"stop"
"stop",
"login",
"logout"
],
"x-enum-varnames": [
"AuditActionCreate",
"AuditActionWrite",
"AuditActionDelete",
"AuditActionStart",
"AuditActionStop"
"AuditActionStop",
"AuditActionLogin",
"AuditActionLogout"
]
},
"codersdk.AuditDiff": {