frostfs-node/pkg/services/object
Airat Arifullin 732851dd8a
All checks were successful
DCO action / DCO (pull_request) Successful in 10m54s
Vulncheck / Vulncheck (pull_request) Successful in 12m31s
Build / Build Components (1.21) (pull_request) Successful in 12m23s
Build / Build Components (1.22) (pull_request) Successful in 13m39s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m2s
Tests and linters / gopls check (pull_request) Successful in 4m31s
Tests and linters / Staticcheck (pull_request) Successful in 4m53s
Tests and linters / Lint (pull_request) Successful in 5m29s
Tests and linters / Tests with -race (pull_request) Successful in 8m18s
Tests and linters / Tests (1.21) (pull_request) Successful in 8m39s
Tests and linters / Tests (1.22) (pull_request) Successful in 8m33s
[#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:34:34 +03: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:34:34 +03: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