rimashah25 commented on code in PR #7450:
URL: https://github.com/apache/trafficcontrol/pull/7450#discussion_r1190409920
##########
.github/actions/to-integration-tests/cdn.json:
##########
@@ -4,8 +4,9 @@
"role_based_permissions": true,
"traffic_ops_golang": {
"insecure": true,
- "cert" : "$PWD/localhost.crt",
- "key" : "$PWD/localhost.key",
+ "listen": [
+
"https://not-a-real-host.test:1?cert=$PWD/localhost.crt&key=$PWD/localhost.key"
+ ],
Review Comment:
I left the listen field as an array rather than breaking into cert and key
since invalidation jobs still uses Config URL that requires scheme
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]