Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: b933e0d2389e90b2ffb173c5b3bc46d1eb695086
https://github.com/Checkmk/checkmk/commit/b933e0d2389e90b2ffb173c5b3bc46d1e…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
A .werks/16096
M cmk/gui/auth.py
Log Message:
-----------
16096 FIX authentication: allow rest-api access when gui access is restricted
This werk addresses an issue with regards to rest-api access. When the
distributed monitoring config option
"Users are allowed to directly login into the Web GUI"
was disabled, we inadvertently blocked access to the rest-api as well.
We now allow rest-api access while still blocking access to the Web
GUI in this scenario.
Not pretty but works. check_auth() is called before we do any url matching,
hence we don't know at this point if the request is destined for the
rest-api or not.
SUP-15133
Change-Id: I7ca0640131908f2962a0e2802d1b9c3b60e1310e
Commit: cc6d85fead0bcb4cfd7d8d6e12139ec97489e935
https://github.com/Checkmk/checkmk/commit/cc6d85fead0bcb4cfd7d8d6e12139ec97…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M cmk/gui/fields/attributes.py
Log Message:
-----------
TimeAllowedRange: update regex pattern on start and end times
CMK-14314
Change-Id: I79ac28dd48877e0d8c187cb7a66b9c71d058ec9f
Commit: 1f03c4871a1ded3b273075998e2c4e9aa124f17f
https://github.com/Checkmk/checkmk/commit/1f03c4871a1ded3b273075998e2c4e9aa…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M packages/cmk-agent-ctl/Cargo.lock
M packages/cmk-agent-ctl/Cargo.toml
M packages/cmk-agent-ctl/scripts/cargo_build_core.cmd
M packages/cmk-agent-ctl/src/configuration/config.rs
M packages/cmk-agent-ctl/src/mailslot_transport.rs
M packages/cmk-agent-ctl/src/modes/pull.rs
M packages/cmk-agent-ctl/src/modes/renew_certificate.rs
Log Message:
-----------
push rust to 1.72
- fixes in code(added traits Serialize/Deserialize)
- push up version of suspicious string_enum crate: some incompatibilities
- fix strange/obsolete formatting
Change-Id: I81d8295dc10b996e17bd1f9073d164914cd7fd37
Compare:
https://github.com/Checkmk/checkmk/compare/1ea30aa173ba...1f03c4871a1d