mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
547b993e07
The remote API allows full privilege escalation and is equivalent to having root access on the host. Because of this, the API should never be accessible through an insecure connection (TCP without TLS, or TCP without TLS verification). Although a warning is already logged on startup if the daemon uses an insecure configuration, this warning is not very visible (unless someone decides to read the logs). This patch attempts to make insecure configuration more visible by sending back warnings through the API (which will be printed when using `docker info`). Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
cgroupdriver_systemd_test.go | ||
event_test.go | ||
info_linux_test.go | ||
info_test.go | ||
login_test.go | ||
main_test.go | ||
version_test.go |