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/02/08 23:13:47 UTC

[GitHub] dangogh commented on a change in pull request #1867: Job deletion API

dangogh commented on a change in pull request #1867: Job deletion API
URL: https://github.com/apache/incubator-trafficcontrol/pull/1867#discussion_r167097104
 
 

 ##########
 File path: traffic_ops/app/lib/TrafficOpsRoutes.pm
 ##########
 @@ -531,7 +531,7 @@ sub api_routes {
 	$r->post("/api/$version/deliveryservices/request")->over( authenticated => 1, not_ldap => 1 )->to( 'Deliveryservice#request', namespace => $namespace );
 
 	# -- DELIVERYSERVICES: STEERING DELIVERYSERVICES
-	$r->get("/internal/api/$version/steering")->over( authenticated => 1, not_ldap => 1 )->to( 'Steering#index', namespace => 'API::DeliveryService' );
+	$r->get("/internal/api/$version/steering")->over( authenticated => 0, not_ldap => 0 )->to( 'Steering#index', namespace => 'API::DeliveryService' );
 
 Review comment:
   did this change get in by mistake?

----------------------------------------------------------------
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