|
030d1bbf2d
|
auth: do not allow update root role
|
2015-06-23 20:15:08 -07:00 |
|
|
e291dfd748
|
etcdhttp: improve user endpoint validation
Giving both roles and grant/revoke is not allowed.
Creating an existing user is not allowed.
Updating a non-existing user is not allowed.
|
2015-06-23 14:38:44 -07:00 |
|
|
c8628c8fe5
|
auth: separate the role create and update path
Giving both permission and grant/revoke is not allowed.
Creating an existing role is not allowed.
Updating a non-existing is not allowed.
|
2015-06-23 13:15:32 -07:00 |
|
|
979f531261
|
auth: refactor updateRole
We will return error if revoke or grant fails to update the role.
No need to check if revoke or grant is nil or not.
|
2015-06-22 15:16:10 -07:00 |
|
|
3f82e7b116
|
auth: do not allow to grant duplicate role or revoke ungranted role to a user
|
2015-06-22 15:11:09 -07:00 |
|
|
c39aad0e92
|
etcdserver: use correct http status code for auth error
|
2015-06-22 09:28:47 -07:00 |
|
|
64ec8af91b
|
*: Rename security to auth
|
2015-06-15 18:18:50 -04:00 |
|