frostfs-node/pkg/services/object
Airat Arifullin eadcea8df0 [#1249] object: Remove all APE pre-checks in handlers
* Methods `Head`, `Get`, `GetRangeHash` should no longer use APE pre-checks
  as that leads only to incorrect rule chain processing for requests:
  1. Immediate return with `NoRuleFound` may be unexpected as some `Allow`
     rule is actually defined but can't be matched yet as it gets no object
     attributes;
  2. Immdediate return with `Allow` may be incorrect as some `Deny` rule
     is actually defined but can't bet matched yet as it gets no object
     attirbutes;
  3. Pre-check breaks compatibility for converted EACL-tables.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-07-18 13:52:43 +00:00
..
acl [#1157] object: Make APE checker use Bearer-token's APE overrides 2024-06-07 12:11:11 +00:00
ape [#1249] object: Remove all APE pre-checks in handlers 2024-07-18 13:52:43 +00:00
delete [#1253] deleteSvc: Use copy of common parameters 2024-07-17 14:24:27 +03:00
get [#1253] getSvc: Fix EC objects get 2024-07-17 14:24:27 +03:00
internal Reapply "[#972] Use min/max builtins" 2024-04-10 12:09:34 +00:00
put [#1233] putSvc: Try to put EC chunk to any node 2024-07-09 07:54:29 +00:00
search [#1253] getSvc: Fix EC objects get 2024-07-17 14:24:27 +03:00
util [#1253] getSvc: Fix EC objects get 2024-07-17 14:24:27 +03:00
audit.go [#1184] node: Add audit middleware for grpc services 2024-06-19 16:05:53 +03:00
common.go [#481] Update frostfs-sdk-go and error pointer receivers 2023-08-09 10:26:53 +00:00
metrics.go [#486] node: Add PutSingle wrappers 2023-07-10 15:49:21 +03:00
remote_reader.go [#1129] policer: Restore EC object 2024-05-17 14:36:18 +03:00
request_context.go [#1157] object: Make APE checker use Bearer-token's APE overrides 2024-06-07 12:11:11 +00:00
response.go [#486] node: Add PutSingle wrappers 2023-07-10 15:49:21 +03:00
server.go [#486] node: Add PutSingle wrappers 2023-07-10 15:49:21 +03:00
sign.go [#988] objectSvc: Fix SetMarshalData for PutSingle 2024-02-15 17:21:08 +03:00
transport_splitter.go Reapply "[#972] Use min/max builtins" 2024-04-10 12:09:34 +00:00