Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
api: implement CACert entry point #7327
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
$$merge$$ |
jujubot
merged commit f949826
into
juju:develop
May 11, 2017
1 check failed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
added a commit
to rogpeppe/juju
that referenced
this pull request
May 12, 2017
rogpeppe
referenced this pull request
May 12, 2017
Merged
api, apiserver: implement CACert on MigrationTarget #7337
added a commit
to rogpeppe/juju
that referenced
this pull request
May 12, 2017
added a commit
to rogpeppe/juju
that referenced
this pull request
May 12, 2017
added a commit
that referenced
this pull request
May 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedMay 10, 2017
This will enable a client to find out the CA certificate from a controller
even when it has connected without a CA cert (for example when connecting
to a public controller). This means that when migrating models,
the source controller can find out the correct CA certificate to install
in the agent configuration files.