remove message payload from RemoteClusterFrame audit (#27048)
Этот коммит содержится в:
@@ -251,7 +251,8 @@ type RemoteClusterFrame struct {
|
|||||||
func (f *RemoteClusterFrame) Auditable() map[string]interface{} {
|
func (f *RemoteClusterFrame) Auditable() map[string]interface{} {
|
||||||
return map[string]interface{}{
|
return map[string]interface{}{
|
||||||
"remote_id": f.RemoteId,
|
"remote_id": f.RemoteId,
|
||||||
"msg": f.Msg,
|
"msg_id": f.Msg.Id,
|
||||||
|
"topic": f.Msg.Topic,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user