WIP: object: Ignore APE check for PutSingle with tombstone object #1051

Closed
aarifullin wants to merge 1 commit from aarifullin/frostfs-node:fix/object_ape_ignore_tombstone into master

1 commit

Author SHA1 Message Date
740cfe4ac1 [#1051] object: Ignore APE check for PutSingle with tombstone object
Some checks failed
Tests and linters / Tests with -race (pull_request) Failing after 4m21s
DCO action / DCO (pull_request) Successful in 6m58s
Vulncheck / Vulncheck (pull_request) Successful in 6m58s
Build / Build Components (1.21) (pull_request) Successful in 9m31s
Build / Build Components (1.20) (pull_request) Successful in 9m44s
Tests and linters / gopls check (pull_request) Successful in 10m4s
Tests and linters / Staticcheck (pull_request) Successful in 10m21s
Tests and linters / Lint (pull_request) Successful in 11m48s
Tests and linters / Tests (1.20) (pull_request) Successful in 13m18s
Tests and linters / Tests (1.21) (pull_request) Successful in 13m18s
* When a client requests DeleteObject, delete service may send PutSingle
  with tombstone object type to several nodes. If APE allows deletes,
  but denies puts, then PutSingle cannot be performed although it is
  being performed in the delete context. So, check for putting tombstone
  is ignored.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-03-19 14:45:35 +03:00