hbeatty commented on a change in pull request #4933:
URL: https://github.com/apache/trafficcontrol/pull/4933#discussion_r473298804
##########
File path: traffic_ops/traffic_ops_golang/config/config.go
##########
@@ -99,8 +100,9 @@ type ConfigTrafficOpsGolang struct {
RiakPort *uint `json:"riak_port"`
WhitelistedOAuthUrls []string
`json:"whitelisted_oauth_urls"`
OAuthClientSecret string
`json:"oauth_client_secret"`
- RoutingBlacklist `json:"routing_blacklist"`
- SupportedDSMetrics []string `json:"supported_ds_metrics"`
+ RoutingBlacklist
`json:"routing_blacklist"`
+ SupportedDSMetrics []string
`json:"supported_ds_metrics"`
+ TLSConfig *tls.Config `json:"tls_config"`
Review comment:
Uh, I don't know how to do that. Is that going to keep this PR from
being accepted?
And I was following the format that was already there. Is this an OSS
project? I'm confused.
----------------------------------------------------------------
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:
[email protected]