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:
[email protected]


With regards,
Apache Git Services

Reply via email to