-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable22] Downstream encryption:fix-encrypted-version for repairing "bad signature" errors #27726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
For fixing "Bad signature" errors. Signed-off-by: Vincent Petry <[email protected]>
Signed-off-by: Vincent Petry <[email protected]>
When running occ encryption:fix-encrypted-version, detect whether the setting 'encryption_skip_signature_check' is set and abort if it is, because the repair cannot detect version mismatch errors with it enabled. Signed-off-by: Vincent Petry <[email protected]>
Fixed code warnings Signed-off-by: Vincent Petry <[email protected]>
Fixed setup to use EncryptionTrait like other existing tests. Fix expectations to not rely on side effects from previous test cases. Signed-off-by: Vincent Petry <[email protected]>
Return an error when running occ encryption:fix-encrypted-version when master key encryption is not enabled. Signed-off-by: Vincent Petry <[email protected]>
|
@skjnldsv did you resolve the conflict ? there is no message or status that makes it explicitly obvious whether the conflict is still there or not or if some conflict code got discarded. usually when I resolve a conflict I post a message "resolved conflict, it was about XYZ" |
|
There was no conflict 🤔 |
I received an email for #27638 (comment), but not the comment is hidden, so not sure what happened. |
I asked for a backport on stable22 again. It got processed twice, second one failed, sorry :) |
PVince81
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 tested, works
backport of #27638