moby--moby/api/client/node
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
..
cmd.go Replace secrets with join tokens 2016-07-21 15:23:03 -07:00
demote.go Support node label update. 2016-07-18 18:39:52 -07:00
inspect.go Remove shorthand flags for "mount", "pretty", and "no-resolve" 2016-07-13 18:47:29 +02:00
list.go Replace secrets with join tokens 2016-07-21 15:23:03 -07:00
opts.go Replace secrets with join tokens 2016-07-21 15:23:03 -07:00
promote.go Support node label update. 2016-07-18 18:39:52 -07:00
remove.go
tasks.go Remove shorthand flags for "mount", "pretty", and "no-resolve" 2016-07-13 18:47:29 +02:00
update.go Replace secrets with join tokens 2016-07-21 15:23:03 -07:00