Azure / pcs-cli

A CLI for deploying Azure IoT PCS
MIT License
33 stars 37 forks source link

Fix for unsafe mode authRequired and corsWhitelist not set #513

Closed elvinm closed 5 years ago

elvinm commented 5 years ago

Description and Motivation

Restarting VM in unsafe mode was not setting authRequired as well as corsWhitelist. The corsWhitelist was due to not escaping the value as a string ("{\"value\": \"$2\"}" vs "{\"value\": $2}"

Change type

Checklist:


This change is Reviewable