samples: mgmt: hawkbit: enable ddi gateway security
Enable ddi gateway security by default in the sample, as no security is now deprecated. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
bb61d6ac78
commit
c4a99d11ba
2 changed files with 8 additions and 4 deletions
|
@ -58,6 +58,10 @@ CONFIG_HAWKBIT_POLLING=y
|
|||
#Config hawkBit Server
|
||||
CONFIG_HAWKBIT_SERVER="192.168.1.110"
|
||||
|
||||
# Config hawkBit security
|
||||
CONFIG_HAWKBIT_DDI_GATEWAY_SECURITY=y
|
||||
CONFIG_HAWKBIT_DDI_SECURITY_TOKEN="abcd1234"
|
||||
|
||||
#Debug helpers
|
||||
CONFIG_LOG=y
|
||||
CONFIG_HAWKBIT_LOG_LEVEL_INF=n
|
||||
|
|
|
@ -21,12 +21,12 @@ tests:
|
|||
- CONFIG_HAWKBIT_SHELL=y
|
||||
sample.net.hawkbit.ddi.target:
|
||||
extra_configs:
|
||||
- CONFIG_HAWKBIT_DDI_GATEWAY_SECURITY=n
|
||||
- CONFIG_HAWKBIT_DDI_TARGET_SECURITY=y
|
||||
- CONFIG_HAWKBIT_DDI_SECURITY_TOKEN="abcd1234"
|
||||
sample.net.hawkbit.ddi.gateway:
|
||||
sample.net.hawkbit.ddi.no_security:
|
||||
extra_configs:
|
||||
- CONFIG_HAWKBIT_DDI_GATEWAY_SECURITY=y
|
||||
- CONFIG_HAWKBIT_DDI_SECURITY_TOKEN="abcd1234"
|
||||
- CONFIG_HAWKBIT_DDI_GATEWAY_SECURITY=n
|
||||
- CONFIG_HAWKBIT_DDI_NO_SECURITY=y
|
||||
sample.net.hawkbit.tls:
|
||||
extra_configs:
|
||||
- CONFIG_HAWKBIT_USE_TLS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue