From 1db528fc45d2b2fd164477684e166396dc0ae10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Wed, 9 Apr 2025 08:29:25 +0200 Subject: [PATCH] mgmt: hawkbit: add more infos for authentication modes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add more infos for security token authentication modes Signed-off-by: Fin Maaß --- subsys/mgmt/hawkbit/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subsys/mgmt/hawkbit/Kconfig b/subsys/mgmt/hawkbit/Kconfig index 93658115203..8997e3aa7b5 100644 --- a/subsys/mgmt/hawkbit/Kconfig +++ b/subsys/mgmt/hawkbit/Kconfig @@ -83,11 +83,18 @@ config HAWKBIT_DDI_TARGET_SECURITY bool "Use target security token authentication" help Use target security token authentication for the hawkBit DDI API. + Here the security token is unique for each device and is generated + during the device registration process. The device has to be registered + in the hawkBit server before using this authentication mode. config HAWKBIT_DDI_GATEWAY_SECURITY bool "Use gateway security token authentication" help Use gateway security token authentication for the hawkBit DDI API. + Here the security token is shared between all devices in the same + tenant. The device can register itself in the hawkBit server on + first connection to the server. The device does not need to be registered + in the hawkBit server before using this authentication mode. endchoice