forked from TrueCloudLab/frostfs-node
[#1397] object: Correctly set namespace before APE check
Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
a5e1aa22c9
commit
5f22ba6f38
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ func (c *checkerImpl) CheckAPE(ctx context.Context, prm Prm) error {
|
||||||
return c.checkerCore.CheckAPE(checkercore.CheckPrm{
|
return c.checkerCore.CheckAPE(checkercore.CheckPrm{
|
||||||
Request: r,
|
Request: r,
|
||||||
PublicKey: pub,
|
PublicKey: pub,
|
||||||
Namespace: prm.Method,
|
Namespace: prm.Namespace,
|
||||||
Container: prm.Container,
|
Container: prm.Container,
|
||||||
ContainerOwner: prm.ContainerOwner,
|
ContainerOwner: prm.ContainerOwner,
|
||||||
BearerToken: prm.BearerToken,
|
BearerToken: prm.BearerToken,
|
||||||
|
|
Loading…
Reference in a new issue