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
Aaron Lehmann 2cc5bd33ee Replace secrets with join tokens
Implement the proposal from
https://github.com/docker/docker/issues/24430#issuecomment-233100121

Removes acceptance policy and secret in favor of an automatically
generated join token that combines the secret, CA hash, and
manager/worker role into a single opaque string.

Adds a docker swarm join-token subcommand to inspect and rotate the
tokens.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-07-21 15:23:03 -07:00
..
convert Replace secrets with join tokens 2016-07-21 15:23:03 -07:00
executor Merge pull request #24139 from runshenzhu/health-check 2016-07-11 09:43:59 -04:00
provider fix some typos 2016-06-21 15:29:25 +08:00
cluster.go Replace secrets with join tokens 2016-07-21 15:23:03 -07:00
filters.go Allow partial name match for node ls, and node tasks 2016-07-20 08:16:10 -07:00
helpers.go Fix spelling in comments, strings and documentation 2016-07-03 20:58:11 +03:00