File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,18 @@ config HAWKBIT_DDI_TARGET_SECURITY
83
83
bool "Use target security token authentication"
84
84
help
85
85
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.
86
89
87
90
config HAWKBIT_DDI_GATEWAY_SECURITY
88
91
bool "Use gateway security token authentication"
89
92
help
90
93
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.
91
98
92
99
endchoice
93
100
You can’t perform that action at this time.
0 commit comments