WIP: tree: Make tree service use specific verbs for APE #1191

Draft
aarifullin wants to merge 1 commits from aarifullin/frostfs-node:feat/treesvc_verbs into master
Collaborator
  • Update go.mod;
  • Factor out eACL tables as they are no longer applied for access checks;
  • Fix unit-tests.
* Update go.mod; * Factor out eACL tables as they are no longer applied for access checks; * Fix unit-tests.
aarifullin added 1 commit 2024-06-19 14:42:54 +00:00
Tests and linters / Lint (pull_request) Failing after 23s Details
Vulncheck / Vulncheck (pull_request) Successful in 2m0s Details
Build / Build Components (1.22) (pull_request) Successful in 7m13s Details
DCO action / DCO (pull_request) Failing after 7m57s Details
Build / Build Components (1.21) (pull_request) Successful in 8m59s Details
Tests and linters / gopls check (pull_request) Successful in 11m30s Details
Tests and linters / Staticcheck (pull_request) Successful in 11m51s Details
Tests and linters / Tests (1.21) (pull_request) Failing after 13m8s Details
Tests and linters / Tests (1.22) (pull_request) Successful in 15m27s Details
Tests and linters / Tests with -race (pull_request) Successful in 15m46s Details
Pre-commit hooks / Pre-commit (pull_request) Successful in 18m3s Details
7a62e82b0d
[#XX] tree: Make tree service use specific verbs for APE
* Update go.mod;
* Factor out eACL tables as they are no longer applied for access checks;
* Fix unit-tests.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
aarifullin force-pushed feat/treesvc_verbs from 7a62e82b0d to 7f88e81dd4 2024-06-19 14:43:29 +00:00 Compare
aarifullin requested review from storage-core-committers 2024-06-19 15:11:12 +00:00
aarifullin requested review from storage-core-developers 2024-06-19 15:11:14 +00:00
Poster
Collaborator
Depends on https://git.frostfs.info/TrueCloudLab/policy-engine/pulls/81
acid-ant reviewed 2024-06-20 07:36:00 +00:00
@ -170,3 +240,3 @@
t.Run("invalid bearer CID", func(t *testing.T) {
bt := testBearerToken(cid2, privs[1].PublicKey(), privs[2].PublicKey())
bt := testBearerToken(cid2, privs[1].PublicKey(), privs[2].PublicKey()) //testBearerToken(cid2, privs[1].PublicKey(), privs[2].PublicKey())
Collaborator

Comment needs to be removed?

Comment needs to be removed?
@ -179,2 +249,3 @@
t.Run("invalid bearer owner", func(t *testing.T) {
bt := testBearerToken(cid1, privs[1].PublicKey(), privs[2].PublicKey())
bt := testBearerToken(cid1, privs[1].PublicKey(), privs[2].PublicKey()) //testBearerToken(cid1, privs[1].PublicKey(), privs[2].PublicKey())
Collaborator

Comment needs to be removed?

Comment needs to be removed?
fyrchik changed title from tree: Make tree service use specific verbs for APE to WIP: tree: Make tree service use specific verbs for APE 2024-06-20 11:28:45 +00:00
All checks were successful
DCO action / DCO (pull_request) Successful in 7m58s
Vulncheck / Vulncheck (pull_request) Successful in 7m41s
Build / Build Components (1.22) (pull_request) Successful in 10m26s
Build / Build Components (1.21) (pull_request) Successful in 10m37s
Tests and linters / Staticcheck (pull_request) Successful in 10m58s
Tests and linters / gopls check (pull_request) Successful in 11m5s
Tests and linters / Lint (pull_request) Successful in 12m15s
Tests and linters / Tests with -race (pull_request) Successful in 17m0s
Tests and linters / Tests (1.21) (pull_request) Successful in 17m36s
Tests and linters / Tests (1.22) (pull_request) Successful in 17m31s
Pre-commit hooks / Pre-commit (pull_request) Successful in 18m39s
This pull request has changes conflicting with the target branch.
  • pkg/services/tree/ape.go
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-committers
TrueCloudLab/storage-core-developers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#1191
There is no content yet.