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 2019/03/15 08:05:02 UTC

[GitHub] [trafficcontrol] Shihta commented on a change in pull request #3402: Added "ADD_DEMO1_SSLKEYS " environment variable for CIAB

Shihta commented on a change in pull request #3402: Added "ADD_DEMO1_SSLKEYS " environment variable for CIAB
URL: https://github.com/apache/trafficcontrol/pull/3402#discussion_r265832112
 
 

 ##########
 File path: infrastructure/cdn-in-a-box/traffic_ops/run-go.sh
 ##########
 @@ -74,7 +74,11 @@ touch /var/log/traffic_ops/traffic_ops.log
 # enroll in the background so traffic_ops_golang can run in foreground
 TO_USER=$TO_ADMIN_USER TO_PASSWORD=$TO_ADMIN_PASSWORD to-enroll $(hostname -s) &
 
-./bin/traffic_ops_golang -cfg $CDNCONF -dbcfg $DBCONF -riakcfg $RIAKCONF &
+if [[ "$ADD_DEMO1_SSLKEYS" = false ]]; then
+    ./bin/traffic_ops_golang -cfg $CDNCONF -dbcfg $DBCONF & 
 
 Review comment:
   If we remove riakcfg, can we manually add any other sslkey after CIAB launched?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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