yeyomontana opened a new pull request, #2945: URL: https://github.com/apache/iggy/pull/2945
## Summary Adds an integration regression test verifying that plaintext passwords and raw personal access tokens (PATs) are never written to disk. ## Changes - Added `verify_no_plaintext_credentials_on_disk.rs` to the data_integrity integration tests - Creates a user with a known plaintext password - Creates a personal access token - Stops the server to flush persisted state - Recursively scans the persisted server data directory - Asserts that neither the raw password nor the raw PAT appear in any file ## Test Plan Run: cargo test verify_no_plaintext_credentials_on_disk The test verifies that after server shutdown and persistence flush, no plaintext credential values exist in the persisted storage files. Closes #2943 -- 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]
