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
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
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
listen_addr_others.go
listen_addr_solaris.go
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
secrets.go
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
utils.go