Skip to content

Commit b7f3b86

Browse files
Emyrkcoadler
andauthored
Update enterprise/audit/table.go
Co-authored-by: Colin Adler <colin1adler@gmail.com>
1 parent 50fa1ca commit b7f3b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enterprise/audit/table.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ var auditableResourcesTypes = map[any]map[string]Action{
170170
"url": ActionTrack,
171171
"wildcard_hostname": ActionTrack,
172172
"created_at": ActionTrack,
173-
"updated_at": ActionTrack,
174-
"deleted": ActionTrack,
173+
"updated_at": ActionIgnore,
174+
"deleted": ActionIgnore,
175175
"token_hashed_secret": ActionSecret,
176176
},
177177
}

0 commit comments

Comments
 (0)