consul: register the ACL queries
This commit is contained in:
parent
8a3a0faacf
commit
b41e36868e
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue