mirror of https://github.com/status-im/consul.git
consul: register the ACL queries
This commit is contained in:
parent
70b84e44c9
commit
b53ee80acd
|
@ -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 New Issue