audit: add ActionUsernameChanged
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
7e9997f4c83cec29958e34dbf7ed8206d34c097d- Parents
-
7c0f741 - Tree
8926e00
7e9997f
7e9997f4c83cec29958e34dbf7ed8206d34c097d7c0f741
8926e00| Status | File | + | - |
|---|---|---|---|
| M |
internal/auth/audit/audit.go
|
1 | 0 |
internal/auth/audit/audit.gomodified@@ -44,6 +44,7 @@ const ( | ||
| 44 | 44 | ActionSSHKeyDeleted Action = "ssh_key_deleted" |
| 45 | 45 | ActionPATCreated Action = "pat_created" |
| 46 | 46 | ActionPATRevoked Action = "pat_revoked" |
| 47 | + ActionUsernameChanged Action = "username_changed" | |
| 47 | 48 | ) |
| 48 | 49 | |
| 49 | 50 | // Target is a typed target-type constant. |