Skip to content

Commit 89ad446

Browse files
maass-hamburgkartben
authored andcommitted
mgmt: hawkbit: deprecate HAWKBIT_DDI_NO_SECURITY
anonymous/no authentication mode had been removed from the last hawkBit server release, so mention it and deprecate the option. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent 1db528f commit 89ad446

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

subsys/mgmt/hawkbit/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ choice HAWKBIT_DDI_SECURITY
7676

7777
config HAWKBIT_DDI_NO_SECURITY
7878
bool "No authentication security"
79+
select DEPRECATED
7980
help
80-
No authentication security for the hawkBit DDI API.
81+
No authentication security for the hawkBit DDI API. Support for this
82+
had been removed from the hawkBit server in version 0.8.0. Use gateway
83+
security token authentication instead, if you want something similar.
8184

8285
config HAWKBIT_DDI_TARGET_SECURITY
8386
bool "Use target security token authentication"

0 commit comments

Comments
 (0)