moby--moby/daemon/cluster/convert
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
..
container.go Use newer default values for mounts CLI 2016-07-06 22:34:39 -04:00
network.go Check if DriverState is valid before using in convert 2016-06-17 09:17:03 -07:00
node.go Replace secrets with join tokens 2016-07-21 15:23:03 -07:00
service.go swarm: add log driver support for services 2016-07-15 21:39:27 -07:00
swarm.go Replace secrets with join tokens 2016-07-21 15:23:03 -07:00
task.go swarm: add log driver support for services 2016-07-15 21:39:27 -07:00