etcdserver: AuthServer for auth related RPCs

Currently AuthEnable() is connected to etcdserver for experimental
purpose.
This commit is contained in:
Hitoshi Mitake
2016-03-02 14:56:42 +09:00
parent 124a444153
commit 7a78c1ef1d
5 changed files with 161 additions and 0 deletions

View File

@ -24,6 +24,8 @@ message InternalRaftRequest {
LeaseCreateRequest lease_create = 8;
LeaseRevokeRequest lease_revoke = 9;
AuthEnableRequest auth_enable = 10;
}
message EmptyResponse {