Skip to content

Comments

crypto: skip owner/signature mismatch check for objects below v2.18#3836

Merged
cthulhu-rider merged 1 commit intomasterfrom
3806-owner-mismatches-signature-for-stored-objects
Feb 20, 2026
Merged

crypto: skip owner/signature mismatch check for objects below v2.18#3836
cthulhu-rider merged 1 commit intomasterfrom
3806-owner-mismatches-signature-for-stored-objects

Conversation

@End-rey
Copy link
Contributor

@End-rey End-rey commented Feb 19, 2026

Closes #3806.

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

❌ Patch coverage is 25.00000% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 25.55%. Comparing base (71a8258) to head (e875e32).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
pkg/core/version/version.go 0.00% 9 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3836   +/-   ##
=======================================
  Coverage   25.54%   25.55%           
=======================================
  Files         669      669           
  Lines       42943    42954   +11     
=======================================
+ Hits        10970    10977    +7     
- Misses      30969    30975    +6     
+ Partials     1004     1002    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@End-rey End-rey force-pushed the 3806-owner-mismatches-signature-for-stored-objects branch from 3f8bcef to be9e4da Compare February 19, 2026 15:52
Copy link
Member

@roman-khimov roman-khimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that I'm a fan of these checks, but we don't have many options. And once #3809 is solved we can add version restriction for PUT.

(v.Major() == latestSysObjTargetInPayloadMjr && v.Minor() > latestSysObjTargetInPayloadMnr)
}

// OwnerSignatureMatchRequired returns true if an object with the given version
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would add some info that this was kinda error before not like a regular API change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarified the comment.

@End-rey End-rey force-pushed the 3806-owner-mismatches-signature-for-stored-objects branch from be9e4da to 3603939 Compare February 19, 2026 19:38
@roman-khimov
Copy link
Member

Conflicts.

@End-rey End-rey force-pushed the 3806-owner-mismatches-signature-for-stored-objects branch from 29f2649 to e875e32 Compare February 20, 2026 08:41
Closes #3806.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@cthulhu-rider cthulhu-rider merged commit 292fd3b into master Feb 20, 2026
21 of 22 checks passed
@cthulhu-rider cthulhu-rider deleted the 3806-owner-mismatches-signature-for-stored-objects branch February 20, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"owner mismatches signature" for stored objects

4 participants