June 16, 2017
View bdfbd22

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.

Ying Li authored on 2017/06/16 10:11:14
June 12, 2017
View 158b2a1

Add `scope` filter in `/networks/<id>`

Yong Tang authored on 2017/06/12 03:04:35
May 22, 2017
View 39bcaee

Spelling fixes

Josh Soref authored on 2017/05/22 08:24:07
May 9, 2017
View 376c75d

Add API test to rotate the swarm CA certificate

Ying Li authored on 2017/05/09 09:14:34
April 28, 2017
View 25058d9

Merge pull request #32828 from cyli/external-ca-cert

Brian Goff authored on 2017/04/28 23:30:57
April 27, 2017
View 64ccced

Propagate the swarm cluster and node TLS info provided by the swarm objects into the REST API responses. In the CLI, display only whether the nodes' TLS info matches the cluster's TLS info, or whether the node needs cert rotation.

Ying Li authored on 2017/04/27 11:46:20
April 26, 2017
View b0401a7

Add the CACert parameter to the ExternalCA object in order to match swarmkit's API type. Make sure this parameter gets propagated to swarmkit, and also add an extra option to the CLI when providing external CAs to parse the CA cert from a file.

Ying Li authored on 2017/04/26 07:40:46
View c276032

Fix incorrect assumption in TestAPISwarmRaftQuorum

Aaron Lehmann authored on 2017/04/26 04:10:12
April 13, 2017
View 9b96b2d

Add tests to ensure we can add an external CA to the cluster without error.

Ying Li authored on 2017/04/13 07:10:18
March 24, 2017
View f257f77

choose rpc code to determine status code

allencloud authored on 2017/03/24 00:28:45
March 9, 2017
View 3fe2730

Merge pull request #31535 from aaronlehmann/vendor-swarmkit-7fc7503

Tõnis Tiigi authored on 2017/03/09 02:52:28
March 4, 2017
View 3943331

Vendor swarmkit d60ccf3

Aaron Lehmann authored on 2017/03/04 09:24:15
March 3, 2017
View 3a5a1c3

Merge pull request #30725 from aaronlehmann/topology

Sebastiaan van Stijn authored on 2017/03/03 23:01:12
February 17, 2017
View f9bd8ec

Implement server-side rollback, for daemon versions that support this

Aaron Lehmann authored on 2017/02/17 02:27:01
January 19, 2017
View 6763641

Add integration test for START_FIRST update order

Aaron Lehmann authored on 2017/01/19 07:16:47