Werk #15570: Handle redirect RoutingRules of azure's application gateways

Component Checks & agents
Title Handle redirect RoutingRules of azure's application gateways
Date Oct 6, 2023
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.2.0p12 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

If you're having a http redirect routing rule configured in your azure application gateway, the parsing of the section may have failed with:

pydantic.error_wrappers.ValidationError: 10 validation errors for AppGateway

This is due to the fact, that a redirect routing rule may not have the previously required information (backendAddressPool and backendHttpSettings). Those fields are now not required anymore.

To the list of all Werks