The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_HAWKBIT_DDI_NO_SECURITY

No authentication security

Type: bool

Help

No authentication security for the Hawkbit DDI API.

Direct dependencies

<choice: Hawkbit DDI API authentication modes>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/mgmt/hawkbit/Kconfig:59

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:11

Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support → Hawkbit DDI API authentication modes

config HAWKBIT_DDI_NO_SECURITY
    bool "No authentication security"
    depends on <choice>
    help
      No authentication security for the Hawkbit DDI API.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)