This is an automated email from the ASF dual-hosted git repository.
hgruszecki pushed a change to branch skipping-offset
in repository https://gitbox.apache.org/repos/asf/iggy.git
omit f850b6dc7 fix(server): initialize journal offset after restart to
prevent consumer message skip
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 5a0958bb7 fix(server): initialize journal offset after restart to
prevent consumer message skip
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f850b6dc7)
\
N -- N -- N refs/heads/skipping-offset (5a0958bb7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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 +++++++++++++++++++++
core/server/config.toml | 6 +-
core/server/src/http/http_server.rs | 46 ++++++++-
5 files changed, 160 insertions(+), 8 deletions(-)
create mode 100644
core/integration/tests/data_integrity/verify_no_plaintext_credentials_on_disk.rs