Werk #18357: extension packages: Fix MKPs generate error messages when activating if they contain rules that use the Password Store
Component | Checks & agents | ||||
Title | extension packages: Fix MKPs generate error messages when activating if they contain rules that use the Password Store | ||||
Date | Sep 15, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
When activating an MKP that contains rules using the Password Store,
Checkmk previously displayed the error message Exception in ruleset implementation detected
on the "Extension Packages" page.
The issue was caused by a missing logged-in user in the context of the ruleset migration script cmk-migrate-extension-rulesets
.
This has now been fixed.