tenseleyflow/shithub / 7e9997f

Browse files

audit: add ActionUsernameChanged

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
7e9997f4c83cec29958e34dbf7ed8206d34c097d
Parents
7c0f741
Tree
8926e00

1 changed file

StatusFile+-
M internal/auth/audit/audit.go 1 0
internal/auth/audit/audit.gomodified
@@ -44,6 +44,7 @@ const (
4444
 	ActionSSHKeyDeleted        Action = "ssh_key_deleted"
4545
 	ActionPATCreated           Action = "pat_created"
4646
 	ActionPATRevoked           Action = "pat_revoked"
47
+	ActionUsernameChanged      Action = "username_changed"
4748
 )
4849
 
4950
 // Target is a typed target-type constant.