This is an automated email from the ASF dual-hosted git repository.
maciej pushed a change to branch improve_http_secret
in repository https://gitbox.apache.org/repos/asf/iggy.git
from a6b4f4d4e update version
add 2119848c3 test(server): add regression test to ensure secrets are
never persisted as plaintext (#2945)
add 7d3f74039 Merge branch 'master' into improve_http_secret
No new revisions were added by this update.
Summary of changes:
core/integration/src/harness/handle/server.rs | 8 +-
core/integration/tests/data_integrity/mod.rs | 1 +
.../verify_no_plaintext_credentials_on_disk.rs | 107 +++++++++++++++++++++
3 files changed, 115 insertions(+), 1 deletion(-)
create mode 100644
core/integration/tests/data_integrity/verify_no_plaintext_credentials_on_disk.rs