2017-06-08 11:07:48 +02:00
|
|
|
#
|
2023-09-14 11:03:20 +03:00
|
|
|
# Copyright (c) 2015 Bosch Software Innovations GmbH and others
|
2017-06-08 11:07:48 +02:00
|
|
|
#
|
2023-09-14 11:03:20 +03:00
|
|
|
# This program and the accompanying materials are made
|
|
|
|
|
# available under the terms of the Eclipse Public License 2.0
|
|
|
|
|
# which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2017-06-08 11:07:48 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# User Security
|
2019-01-31 07:29:27 +01:00
|
|
|
spring.security.user.name=admin
|
|
|
|
|
spring.security.user.password={noop}admin
|
2017-06-08 11:07:48 +02:00
|
|
|
|
|
|
|
|
# DDI and download security
|
|
|
|
|
hawkbit.server.ddi.security.authentication.header.enabled=false
|
|
|
|
|
hawkbit.server.ddi.security.authentication.header.authority=
|
|
|
|
|
hawkbit.server.ddi.security.authentication.targettoken.enabled=false
|
|
|
|
|
hawkbit.server.ddi.security.authentication.gatewaytoken.enabled=false
|
|
|
|
|
hawkbit.server.download.anonymous.enabled=false
|
|
|
|
|
hawkbit.server.ddi.security.authentication.gatewaytoken.key=
|