[GitHub] incubator-trafficcontrol pull request #793: [TC-505] - throws 403 (rather th...

2017-08-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafficcontrol/pull/793


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #793: [TC-505] - throws 403 (rather th...

2017-08-10 Thread dangogh
Github user dangogh commented on a diff in the pull request:


https://github.com/apache/incubator-trafficcontrol/pull/793#discussion_r132557250
  
--- Diff: traffic_ops/app/conf/cdn.conf ---
@@ -13,8 +13,9 @@
access_control_allow_origin => '*'
},
to => {
-   base_url   => 'http://localhost:3000',# 
this is where traffic ops app resides
-   email_from => 'no-re...@traffic-ops-domain.com'   # 
traffic ops email address
+   base_url=> 
'http://localhost:3000',

 # this is where traffic ops app resides
+   email_from  => 
'no-re...@traffic-ops-domain.com',  

 # traffic ops email address
+   no_account_found_msg=> 'A Traffic Ops user account is 
required for access. Please contact your Traffic Ops user administrator.' # 
message to display if no TO account is found in tm_user
},
--- End diff --

TABs added in there?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---