|
Started working on add/remove user support
The internal api server and client code for user management.
> Currently just supports add|remove user.
> Removal just means setting an inactive flag on that user
which will mean you cannot login as that user.
> There are no roles currently. All users have the same full access.
> Future MPs will cover user roles and the command line interface.
https://code.launchpad.net/~mattyw/juju-core/add_users_first_pass/+merge/205593
(do not edit description out of merge proposal)
Total comments: 51
Total comments: 13
Total comments: 16
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+514 lines, -74 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/api/agent/state.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/api/deployer/unit.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/api/keymanager/client_test.go
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/api/params/internal.go
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
state/api/params/params.go
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/api/provisioner/machine.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
state/api/usermanager/client.go
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/usermanager/client_test.go
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/usermanager/package_test.go
|
View
|
1
2
3
4
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/agent/agent_test.go
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/client/api_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/apiserver/common/password.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/apiserver/common/password_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/deployer/deployer_test.go
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/keymanager/keymanager_test.go
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/login_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/provisioner/provisioner_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/apiserver/root.go
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/apiserver/usermanager/package_test.go
|
View
|
1
2
3
4
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/apiserver/usermanager/usermanager.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/apiserver/usermanager/usermanager_test.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+113 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/conn_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/megawatcher_internal_test.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/open.go
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/service_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
state/state.go
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/state_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
state/user.go
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+33 lines, -4 lines |
0 comments
|
Download
|
 |
M |
state/user_test.go
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18
|