rob05c commented on a change in pull request #2400: To go cdns sslkeys
URL: https://github.com/apache/trafficcontrol/pull/2400#discussion_r201763475
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/routes.go
 ##########
 @@ -108,6 +108,7 @@ func Routes(d ServerData) ([]Route, []RawRoute, 
http.Handler, error) {
                {1.1, http.MethodPost, `cachegroups/{id}/queue_update$`, 
cachegroup.QueueUpdates(d.DB.DB), auth.PrivLevelOperations, Authenticated, nil},
 
                //CDN
+               {1.1, http.MethodGet, `cdns/name/{name}/sslkeys/?(\.json)?$`, 
cdn.GetSSLKeys, auth.PrivLevelOperations, Authenticated, nil},
 
 Review comment:
   @mitchell852 Fixed

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to