mirror of https://github.com/hashicorp/consul
agent: add TODO for verification
parent
5a47a53c70
commit
6e57233913
|
@ -940,6 +940,9 @@ func (s *HTTPServer) AgentConnectAuthorize(resp http.ResponseWriter, req *http.R
|
||||||
return nil, acl.ErrPermissionDenied
|
return nil, acl.ErrPermissionDenied
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO(mitchellh): we need to verify more things here, such as the
|
||||||
|
// trust domain, blacklist lookup of the serial, etc.
|
||||||
|
|
||||||
// Get the intentions for this target service.
|
// Get the intentions for this target service.
|
||||||
args := &structs.IntentionQueryRequest{
|
args := &structs.IntentionQueryRequest{
|
||||||
Datacenter: s.agent.config.Datacenter,
|
Datacenter: s.agent.config.Datacenter,
|
||||||
|
|
Loading…
Reference in New Issue