spetz opened a new pull request, #2724: URL: https://github.com/apache/iggy/pull/2724
The shard and HTTP handlers for CreateUser and ChangePassword stored plaintext passwords in the state log instead of Argon2 hashes. On restart, state replay loaded the plaintext as a password hash, causing PasswordHash::new() to panic with "Failed to parse password hash: PhcStringField". The root user was unaffected because its password was hashed before being written to the state entry. -- 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]
