Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: f414c081ff440f42aa0dbac4da033c2302e73456
https://github.com/tribe29/checkmk/commit/f414c081ff440f42aa0dbac4da033c230…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M cmk/gui/plugins/wato/check_mk_configuration.py
M cmk/gui/valuespec.py
Log Message:
-----------
SUP-5036: Revert agent encryption ruleset adaption
This still needs some improvement, but we postpone this to 2.0.0p3.
This partially reverts commit 2128b21f06819963592d3e6633309ed5a2311fa3.
Change-Id: I81d0356c61be6ba20030930225e1cbef52b00fae
Commit: a8905af051818c8e85c596cf405af231901f44eb
https://github.com/tribe29/checkmk/commit/a8905af051818c8e85c596cf405af2319…
Author: Andreas Umbreit <andreas.umbreit(a)tribe29.com>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M agents/check_mk_agent.linux
M cmk/utils/encryption.py
Log Message:
-----------
SUP-5036: Agent encryption: Change PBKDF2 iterations to 10000
This is a preparation step for improved real-time check
encryption.
The real-time check encyption is done once a second, so we have
to be fast. Furthermore, we want to sync the encryption protocol
for normal agent communication and real-time checks.
Change-Id: Ifd7d3ec79c5029db19ad46f0885f613529016434
Compare:
https://github.com/tribe29/checkmk/compare/f9e4e5fe5bfa...a8905af05181