Open kkmsft opened 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.
Its also available in the config directory...
This will be addressed by the GA of IoT Edge. Marking as an enhancement for tracking.
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.