You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/09/19 22:14:56 UTC

[GitHub] mitchell852 commented on a change in pull request #2841: ops and above (admin) should not have any server fields masked

mitchell852 commented on a change in pull request #2841: ops and above (admin) should not have any server fields masked
URL: https://github.com/apache/trafficcontrol/pull/2841#discussion_r218981674
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/server/servers.go
 ##########
 @@ -270,7 +270,7 @@ FULL OUTER JOIN deliveryservice_server dss ON dss.server = s.id
 		if err = rows.StructScan(&s); err != nil {
 			return nil, []error{fmt.Errorf("getting servers: %v", err)}, tc.SystemError
 		}
-		if user.PrivLevel < auth.PrivLevelAdmin {
+		if user.PrivLevel < auth.PrivLevelOperations {
 
 Review comment:
   ok, i'll update

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services