consul: register the ACL queries

This commit is contained in:
Armon Dadgar 2014-08-05 17:04:55 -07:00
parent 8a3a0faacf
commit b41e36868e

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
}