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 CLI and facade methods for offer ACLs #7158
Conversation
wallyworld
added some commits
Mar 26, 2017
| @@ -53,6 +61,11 @@ type stateShim struct { | ||
| *state.State | ||
| } | ||
| +// TODO(wallyworld) |
jujubot
merged commit f6fdf9c
into
juju:develop
Mar 28, 2017
added a commit
that referenced
this pull request
Mar 28, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedMar 26, 2017
Description of change
The grant/revoke CLI is extended to be able to act on application offers.
The applicationoffers facade gets new methods to accept requests to modify offer ACLs.
The new ACLs for offers are read, consume, admin.
This PR uses mocks for the state side of things - a followup PR will fill that in as well as use the ACLs to gate operations on offers.
The work borrows heavily from what was done for model ACLs.
QA steps
Basic smoke testing - no functional user changes till the next PR.