Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add a Check for restricted methods #5727
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Does not match ['fixes-1596493', 'fixes-1595686', 'fixes-1586890'] |
|
$$JFDI$$ Approved by Ian |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 70f7169
into
juju:master
Jun 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
perrito666 commentedJun 28, 2016
•
Edited 1 time
-
ericsnowcurrently
Jun 28, 2016
Restricted root needed a check for restricted methods to avoid
having unprivileged users create models and call other unrestricted
root actions.
This is a temporary fix while a stronger authentication/acls solution is put in place.
(Review request: http://reviews.vapour.ws/r/5174/)