From 89ad446b27b4d142aa40dcdab27a4e41c12eace5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Wed, 9 Apr 2025 08:32:49 +0200 Subject: [PATCH] mgmt: hawkbit: deprecate HAWKBIT_DDI_NO_SECURITY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ß --- subsys/mgmt/hawkbit/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subsys/mgmt/hawkbit/Kconfig b/subsys/mgmt/hawkbit/Kconfig index 8997e3aa7b5..902a42eaf12 100644 --- a/subsys/mgmt/hawkbit/Kconfig +++ b/subsys/mgmt/hawkbit/Kconfig @@ -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"