Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
apiserver/...: fix several auth issues #7607
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 269266b
into
juju:2.2
Jul 10, 2017
1 check passed
github-check-merge-juju
Ran tests against PR. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedJul 10, 2017
Description of change
Backport of auth issues found/fixed in
#7606.
have used AuthController. It has been updated
to use the latter.
to use AuthClient.
to AuthMachineAgent, when AuthController would
do. Simplified.
agents, now does not.
controller unnecessarily; dropped.
QA steps
Run tests. Bootstrap.
Documentation changes
None.
Bug reference
None.