nspcc-dev / neofs-node

NeoFS is a decentralized distributed object storage integrated with the Neo blockchain
https://fs.neo.org
GNU General Public License v3.0
31 stars 38 forks source link

node: Support wildcard for container sessions #2741

Closed carpawell closed 5 months ago

carpawell commented 5 months ago

Do not require container ID to be set if wildcard is true. Also, for all containers case check that a requested operation relates a container that belongs to the attached token's issuer.

codecov[bot] commented 5 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (d54311b) 28.85% compared to head (21e78b1) 28.87%.

Files Patch % Lines
pkg/services/container/morph/executor.go 71.42% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2741 +/- ## ========================================== + Coverage 28.85% 28.87% +0.01% ========================================== Files 415 415 Lines 32470 32478 +8 ========================================== + Hits 9370 9378 +8 Misses 22257 22257 Partials 843 843 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.