mgmt: hawkbit: add more infos for authentication modes

add more infos for security token authentication modes

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2025-04-09 08:29:25 +02:00 committed by Benjamin Cabé
parent 2fa0afbc37
commit 1db528fc45

View File

@ -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