mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Add the access key and parent user in the audit log (#16572)
This commit is contained in:
@@ -66,6 +66,9 @@ type Entry struct {
|
||||
RespHeader map[string]string `json:"responseHeader,omitempty"`
|
||||
Tags map[string]interface{} `json:"tags,omitempty"`
|
||||
|
||||
AccessKey string `json:"accessKey,omitempty"`
|
||||
ParentUser string `json:"parentUser,omitempty"`
|
||||
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user