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>
This commit is contained in:
Fin Maaß 2025-04-09 08:32:49 +02:00 committed by Benjamin Cabé
parent 1db528fc45
commit 89ad446b27

View File

@ -76,8 +76,11 @@ choice HAWKBIT_DDI_SECURITY
config HAWKBIT_DDI_NO_SECURITY
bool "No authentication security"
select DEPRECATED
help
No authentication security for the hawkBit DDI API.
No authentication security for the hawkBit DDI API. Support for this
had been removed from the hawkBit server in version 0.8.0. Use gateway
security token authentication instead, if you want something similar.
config HAWKBIT_DDI_TARGET_SECURITY
bool "Use target security token authentication"