Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API changes to rotate swarm root CA #32993

Merged
merged 3 commits into from May 12, 2017
Merged

API changes to rotate swarm root CA #32993

merged 3 commits into from May 12, 2017

Commits on May 11, 2017

  1. Propagate the desired CA certificate and CAConfig ForceRotate parameter

    in the Docker REST APIs when viewing or updating the swarm spec info, and
    also propagate the desired CA key in the Docker REST APIs when updating
    swarm spec info only (it is not available for viewing).
    
    Signed-off-by: Ying Li <ying.li@docker.com>
    cyli committed May 11, 2017
    Copy the full SHA
    1847bb8 View commit details
    Browse the repository at this point in the history
  2. Update the stream formatter to display custom unit numbers.

    Signed-off-by: Ying Li <ying.li@docker.com>
    cyli committed May 11, 2017
    Copy the full SHA
    a771c16 View commit details
    Browse the repository at this point in the history
  3. Add API test to rotate the swarm CA certificate

    Signed-off-by: Ying Li <ying.li@docker.com>
    cyli committed May 11, 2017
    Copy the full SHA
    376c75d View commit details
    Browse the repository at this point in the history