1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster
Ying Li bdfbd22afb Redact the swarm's spec's signing CA cert when getting swarm info, because
otherwise if the user gets the info from the API, makes a non-CA related change,
then updates, swarm will interpret this as the user trying to remove the signing
key from the swarm.  We are redacting due to usability reasons, not because
the signing cert is secret.  The signing KEY is secret, hence it's redacted.

Signed-off-by: Ying Li <ying.li@docker.com>
2017-06-15 18:26:01 -07:00
..
controllers/plugin add support for swarmkit generic runtime 2017-04-11 14:02:01 -04:00
convert Redact the swarm's spec's signing CA cert when getting swarm info, because 2017-06-15 18:26:01 -07:00
executor Service alias should not be copied to task alias 2017-06-07 13:05:15 -07:00
provider Add engine-api types to docker 2016-09-07 11:05:58 -07:00
cluster.go support cluster events 2017-05-17 11:46:30 -07:00
configs.go Add config APIs 2017-05-11 10:08:21 -07:00
filters.go Add config APIs 2017-05-11 10:08:21 -07:00
filters_test.go arg filt 2017-05-19 13:47:32 +08:00
helpers.go Add config APIs 2017-05-11 10:08:21 -07:00
listen_addr.go Inroduce SWARM --data-path-addr flag 2017-04-26 15:33:15 -07:00
listen_addr_linux.go Add fallback to resolveSystemAddr() in linux 2016-09-09 13:27:57 -07:00
listen_addr_others.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
listen_addr_solaris.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
networks.go Integrate local datascope network with swarm 2017-05-17 15:50:28 -07:00
noderunner.go cluster: Only pass a join address when in the process of joining a cluster 2017-05-23 15:03:56 -07:00
nodes.go use make slice to store objects to improve efficiency 2017-04-14 11:02:28 +08:00
secrets.go use make slice to store objects to improve efficiency 2017-04-14 11:02:28 +08:00
services.go Disabling digest pinning for API versions < 1.30 2017-05-15 16:42:43 -07:00
swarm.go Do not clear swarm directory at the begining of swarm init and swarm join now. 2017-05-22 17:45:20 -07:00
tasks.go use make slice to store objects to improve efficiency 2017-04-14 11:02:28 +08:00
utils.go Rather than remove the swarm directory and re-create, remove the swarm subdirs 2017-03-01 11:56:39 -08:00