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
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
configs.go
filters.go
filters_test.go
helpers.go
listen_addr.go
listen_addr_linux.go
listen_addr_others.go
listen_addr_solaris.go
networks.go
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
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