node: Fix frostfsid cache #1143

Merged
fyrchik merged 1 commit from fix/frostfsid_subjext into master 2024-05-21 09:53:21 +00:00

View file

@ -64,7 +64,7 @@ func subjectFromSubjectExtended(subjExt *client.SubjectExtended) *client.Subject
return &client.Subject{
PrimaryKey: subjExt.PrimaryKey,
AdditionalKeys: subjExt.AdditionalKeys,
Namespace: subjExt.Name,
Namespace: subjExt.Namespace,
Name: subjExt.Name,
KV: subjExt.KV,
}