mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat(audit): auditing token addition and removal (#6649)
* auditing tokens * adding diffs for token auditing * added test * generating docs * auditing owner field
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ func (r ResourceType) FriendlyString() string {
|
||||
case ResourceTypeGitSSHKey:
|
||||
return "git ssh key"
|
||||
case ResourceTypeAPIKey:
|
||||
return "api key"
|
||||
return "token"
|
||||
case ResourceTypeGroup:
|
||||
return "group"
|
||||
case ResourceTypeLicense:
|
||||
|
||||
Reference in New Issue
Block a user