mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +00:00
Removes unused ACL filter.
This commit is contained in:
parent
a9e9d5e311
commit
86ead892ab
@ -399,10 +399,6 @@ func (s *Server) filterACL(token string, subj interface{}) error {
|
||||
filt.filterNodeServices(v.NodeServices)
|
||||
}
|
||||
|
||||
case *structs.CheckServiceNodes:
|
||||
// TODO (slackpad) - Add a test for this!
|
||||
filt.filterCheckServiceNodes(v)
|
||||
|
||||
case *structs.IndexedCheckServiceNodes:
|
||||
filt.filterCheckServiceNodes(&v.Nodes)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user