mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
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},
|
"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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user