grainier commented on code in PR #2931: URL: https://github.com/apache/iggy/pull/2931#discussion_r2938137888
########## core/server/src/state/system.rs: ########## Review Comment: For now, added manual Debug redaction for `password_hash` and `token_hash` in cb7616f. Went with manual Debug instead of `SecretString` because the hash flows through UserState -> UserMeta -> User across 3 crates. So, converting one without the others felt inconsistent. Should I convert the full chain instead? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
