Werk #14533: azure agent: handle graph client errors gracefully
Component | Agent bakery |
Title | azure agent: handle graph client errors gracefully |
Date | Sep 7, 2022 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0b1 2.1.0p17 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
The graph client API calls require some optional permissions so we are handling these permissions errors by notifying the user of the issue but by keeping the state to OK since it is a legit state. The section that is impacted is the "azure_ad" one.
The message currently displayed is "Graph client: Insufficient privileges to complete the operation." and the permission that is currently needed is the Graph permission "Directory.Read.All" that requires admin consent.
That permission needs to be granted to the check mk app created in Azure during the setup of checkmk Azure monitoring.