forked from TrueCloudLab/frostfs-node
[#1407] tree: Set ContainerOwner
in parameter for CheckAPE
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
54eb005822
commit
9c5ddc4dfe
1 changed files with 7 additions and 6 deletions
|
@ -78,6 +78,7 @@ func (s *Service) checkAPE(ctx context.Context, bt *bearer.Token,
|
|||
Request: request,
|
||||
Namespace: namespace,
|
||||
Container: cid,
|
||||
ContainerOwner: container.Value.Owner(),
|
||||
PublicKey: publicKey,
|
||||
BearerToken: bt,
|
||||
SoftAPECheck: false,
|
||||
|
|
Loading…
Reference in a new issue