consul: register the ACL queries

This commit is contained in:
Armon Dadgar 2014-08-05 17:04:55 -07:00
parent 70b84e44c9
commit b53ee80acd

View File

@ -357,6 +357,8 @@ func (s *StateStore) initialize() error {
"SessionGet": MDBTables{s.sessionTable}, "SessionGet": MDBTables{s.sessionTable},
"SessionList": MDBTables{s.sessionTable}, "SessionList": MDBTables{s.sessionTable},
"NodeSessions": MDBTables{s.sessionTable}, "NodeSessions": MDBTables{s.sessionTable},
"ACLGet": MDBTables{s.aclTable},
"ACLList": MDBTables{s.aclTable},
} }
return nil return nil
} }