From f21dad96d25e70a648e3fc3722cde8b7ef59ef83 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 4 Feb 2025 12:58:38 -0600 Subject: [PATCH] docs: Clarified limitation of single integration (Azure|Aws|Webhooks) Changelog: None Ticket: CE-547 Signed-off-by: Nick Anderson --- 08.Server-integration/05.Azure-IoT-Hub/docs.md | 2 +- 08.Server-integration/06.AWS-IoT-Core/docs.md | 3 ++- 08.Server-integration/07.Webhooks/docs.md | 3 +++ 08.Server-integration/chapter.md | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/08.Server-integration/05.Azure-IoT-Hub/docs.md b/08.Server-integration/05.Azure-IoT-Hub/docs.md index ae490e2ff..8253fca21 100644 --- a/08.Server-integration/05.Azure-IoT-Hub/docs.md +++ b/08.Server-integration/05.Azure-IoT-Hub/docs.md @@ -11,7 +11,7 @@ This integration is available in all Mender plans, as well as Mender Open Source !!!!! You need [Mender Configure](../../09.Add-ons/10.Configure/docs.md) to distribute the Azure IoT device connection strings to the devices. -!!! It is currently possible to have one Azure IoT Hub integration configured per Mender Organization (aka. tenant). +!!! Note: Only one of Azure, [AWS](../06.AWS-IoT-Core/docs.md), or [Webhooks](../07.Webhooks/docs.md) can be configured per Mender Organization (aka. tenant). !!! After you enable the integration you can create devices in the Azure IoT Hub automatically through simply accepting them in the Mender UI. Existing devices (in both systems) are left unchanged. diff --git a/08.Server-integration/06.AWS-IoT-Core/docs.md b/08.Server-integration/06.AWS-IoT-Core/docs.md index 4ec92b4a3..02ea4283f 100644 --- a/08.Server-integration/06.AWS-IoT-Core/docs.md +++ b/08.Server-integration/06.AWS-IoT-Core/docs.md @@ -6,11 +6,12 @@ taxonomy: Mender supports preparing devices to use AWS IoT Core. After installing Mender on the device it is automatically created in AWS IoT Core and applications running on the device get access to it. With Mender, you can start writing your AWS IoT application by letting Mender manage the provisioning of the device certificate keys for IoT Core. Moreover, the Device Shadow is integrated into the Mender ecosystem letting you control the desired state and read the one reported by your devices in AWS. + This integration is available in all Mender plans, as well as Mender Open Source. !!!!! You need [Mender Configure](../../09.Add-ons/10.Configure/docs.md) to distribute the AWS IoT Core keys and certificates to the devices. -!!! It is currently possible to have only one AWS IoT Core integration configured per Mender Organization. More advanced integration scenarios can be configured via [webhooks](../07.Webhooks/docs.md). +!!! Note: Only one of [Azure](../05.Azure-IoT-Hub/docs.md), AWS, or [Webhooks](../07.Webhooks/docs.md) can be configured per Mender Organization (aka. tenant). !!! After enabling the integration, Things in AWS IoT Core will be created automatically after the devices are accepted in the Mender UI. Existing Things and devices (in both systems) are left unchanged. diff --git a/08.Server-integration/07.Webhooks/docs.md b/08.Server-integration/07.Webhooks/docs.md index b49cc8d15..7867e874b 100644 --- a/08.Server-integration/07.Webhooks/docs.md +++ b/08.Server-integration/07.Webhooks/docs.md @@ -10,6 +10,8 @@ taxonomy: !!!!! See [the Mender plans page](https://mender.io/pricing/plans?target=_blank) !!!!! for an overview of all Mender plans and features. +!!! Note: Only one of [Azure](../05.Azure-IoT-Hub/docs.md), [AWS](../06.AWS-IoT-Core/docs.md), or Webhooks can be configured per Mender Organization (aka. tenant). + Mender supports Webhooks to send data to third-party systems. With this mechanism, it's possible to notify external applications about device lifecycle and inventory changed events. This eliminates the need for manual polling and synchronization, allowing for efficient @@ -19,6 +21,7 @@ We divided webhook integrations into two categories (_scopes_): `deviceauth` and The former is available in all Mender [plans](https://mender.io/pricing/plans), as well as Mender Open Source, while `inventory` webhook integration requires Mender Professional plan or higher. + ## Prerequisites ### A Mender Server and device diff --git a/08.Server-integration/chapter.md b/08.Server-integration/chapter.md index 0c6c29d29..aaf214439 100644 --- a/08.Server-integration/chapter.md +++ b/08.Server-integration/chapter.md @@ -9,3 +9,4 @@ taxonomy: # Server integration Integrate the Mender Server with other services and workflows. +