diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index fcfa8e7..629eeb9 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -22,6 +22,7 @@ if [[ "$TEMPLATE_CONFIG" = 'true' ]]; then SYSTEM_URI_PRIVATE=${SYSTEM_URI_PRIVATE:-"https://localhost:17006"} \ SYSTEM_URI_PUBLIC=${SYSTEM_URI_PUBLIC:-"https://localhost:16006"} \ SYSTEM_URI_UI=${SYSTEM_URI_UI:-"http://localhost"} \ + SECURITY_RESTAPI_DISABLE=${SECURITY_RESTAPI_DISABLE:-"false"} \ KAFKA_ENABLE=${KAFKA_ENABLE:-"true"} \ KAFKA_BROKERLIST=${KAFKA_BROKERLIST:-"localhost:9092"} \ KAFKA_SSL_CA_LOCATION=${KAFKA_SSL_CA_LOCATION:-""} \ diff --git a/owsub.properties b/owsub.properties index dd1ba59..9362298 100644 --- a/owsub.properties +++ b/owsub.properties @@ -34,6 +34,7 @@ openwifi.system.uri.private = https://localhost:17006 openwifi.system.uri.public = https://ucentral.dpaas.arilia.com:16006 openwifi.system.commandchannel = /tmp/app.owsub openwifi.system.uri.ui = owprov-sub.arilia.com +openwifi.security.restapi.disable = false ############################# # Generic information for all micro services diff --git a/owsub.properties.tmpl b/owsub.properties.tmpl index 92c89a0..5b4b8ed 100644 --- a/owsub.properties.tmpl +++ b/owsub.properties.tmpl @@ -36,6 +36,7 @@ openwifi.system.uri.private = ${SYSTEM_URI_PRIVATE} openwifi.system.uri.public = ${SYSTEM_URI_PUBLIC} openwifi.system.commandchannel = /tmp/app.owsub openwifi.system.uri.ui = ${SYSTEM_URI_UI} +openwifi.security.restapi.disable = ${SECURITY_RESTAPI_DISABLE} ############################# # Generic information for all micro services