| @@ -108,6 +108,8 @@ func namespaceFromRequest(req *http.Request) (string, error) { | |||||||
| 		host, _, _ = net.SplitHostPort(req.Host) | 		host, _, _ = net.SplitHostPort(req.Host) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | 	logger.Infof("Host is %v", host) | ||||||
|  |  | ||||||
| 	// check for an ip address | 	// check for an ip address | ||||||
| 	if net.ParseIP(host) != nil { | 	if net.ParseIP(host) != nil { | ||||||
| 		return auth.DefaultNamespace, nil | 		return auth.DefaultNamespace, nil | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user