consul: register the ACL queries

This commit is contained in:
Armon Dadgar 2014-08-05 17:04:55 -07:00
parent 70b84e44c9
commit b53ee80acd
1 changed files with 2 additions and 0 deletions

View File

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