mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
[SM-1273] Adding new logging for secrets (#5991)
* Adding new logging for secrets * fixing secrest controller tests * fixing the tests
This commit is contained in:
@@ -90,4 +90,7 @@ public enum EventType : int
|
||||
OrganizationDomain_NotVerified = 2003,
|
||||
|
||||
Secret_Retrieved = 2100,
|
||||
Secret_Created = 2101,
|
||||
Secret_Edited = 2102,
|
||||
Secret_Deleted = 2103,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user