Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #22275: Plug-in API cmk.password_store: allow hyphen in secret option

Component Checks & agents
Title Plug-in API cmk.password_store: allow hyphen in secret option
Date Aug 26, 2026
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
3.0.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p13
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

This only affects plugin developers using the cmk.password_store plug-in API. Previously, when using the resolve_secret_option helper, developers had to replace hyphens by underscores themselves before passing the option name. This is now done inside the helper, the option name can be passed as is. Providing this extra convenience is more in line with the spirit of this function.

Thanks to @lbuhleie for this contribution.

To the list of all Werks