mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
[SM-1433] Update SM Event Logs (#4759)
* SM-1433: Fix bug using cipherId instead of secretId * SM-1433: Add secretId and serviceAccountId
This commit is contained in:
@@ -211,7 +211,7 @@ public class EventTableEntity : IEvent
|
||||
entities.Add(new EventTableEntity(e)
|
||||
{
|
||||
PartitionKey = pKey,
|
||||
RowKey = $"SecretId={e.CipherId}__Date={dateKey}__Uniquifier={uniquifier}"
|
||||
RowKey = $"SecretId={e.SecretId}__Date={dateKey}__Uniquifier={uniquifier}"
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user