-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fix replacing external storage password during debug log #32685
Conversation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
/backport to stable24 |
/backport to stable23 |
/backport to stable22 |
/backport to stable21 |
i applied this patch after the 22.2.7 -> 22.2.8 upgrade, and login works again for me |
🏓 for reviews We have one approval already and confirmation that this works in production |
The backport to stable24 failed. Please do this backport manually. |
The backport to stable23 failed. Please do this backport manually. |
The backport to stable22 failed. Please do this backport manually. |
The backport to stable21 failed. Please do this backport manually. |
/backport to stable24 |
/backport to stable23 |
/backport to stable22 |
/backport to stable23 |
Good for a quick fix as it deals with the symptoms. Alas, this will pop up again in future, if it is not taken care of fundamentally. |
The backport to stable23 failed. Please do this backport manually. |
I'm unable to trigger the symptoms myself and I can also not pin where the object would be replaced by a string. |
This is untested and unverified. Apparently the logging replaces the password.
Ref #32598 (comment)
Fixes #32598
Regression of #31826