Azure / iot-edge-v1

Azure IoT Edge
http://azure.github.io/iot-edge/
Other
525 stars 258 forks source link

Docker inspect of edgeAgent contains iothub connection string in plain text #438

Open kkmsft opened 6 years ago

kkmsft commented 6 years ago

Bug: The iothub connection string is present as part of docker inspect output.

Expectation: Perhaps something like docker secret (https://docs.docker.com/engine/reference/commandline/secret/) or similar should be used to avoid the credentials appearing in plain text in docker inspect.

grtn316 commented 6 years ago

Its also available in the config directory...

myagley commented 6 years ago

This will be addressed by the GA of IoT Edge. Marking as an enhancement for tracking.