This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch two_halves
in repository https://gitbox.apache.org/repos/asf/iggy.git
from efa7ba7cc rename from buf to iobuf
add 2119848c3 test(server): add regression test to ensure secrets are
never persisted as plaintext (#2945)
add f4b0af5f7 feat(security): generate random JWT secrets when not
configured (#2974)
add 4ee516567 Merge branch 'master' into two_halves
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 2 +-
DEPENDENCIES.md | 2 +-
core/integration/src/harness/handle/server.rs | 8 +-
core/integration/tests/data_integrity/mod.rs | 1 +
.../verify_no_plaintext_credentials_on_disk.rs | 107 +++++++++++++++++++++
core/server/Cargo.toml | 2 +-
core/server/config.toml | 6 +-
core/server/src/http/http_server.rs | 46 ++++++++-
8 files changed, 163 insertions(+), 11 deletions(-)
create mode 100644
core/integration/tests/data_integrity/verify_no_plaintext_credentials_on_disk.rs