Skip to content

Commit 1db528f

Browse files
maass-hamburgkartben
authored andcommitted
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>
1 parent 2fa0afb commit 1db528f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

subsys/mgmt/hawkbit/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,18 @@ config HAWKBIT_DDI_TARGET_SECURITY
8383
bool "Use target security token authentication"
8484
help
8585
Use target security token authentication for the hawkBit DDI API.
86+
Here the security token is unique for each device and is generated
87+
during the device registration process. The device has to be registered
88+
in the hawkBit server before using this authentication mode.
8689

8790
config HAWKBIT_DDI_GATEWAY_SECURITY
8891
bool "Use gateway security token authentication"
8992
help
9093
Use gateway security token authentication for the hawkBit DDI API.
94+
Here the security token is shared between all devices in the same
95+
tenant. The device can register itself in the hawkBit server on
96+
first connection to the server. The device does not need to be registered
97+
in the hawkBit server before using this authentication mode.
9198

9299
endchoice
93100

0 commit comments

Comments
 (0)