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 2021/11/19 16:10:32 UTC

[GitHub] [trafficcontrol] rawlinp commented on a change in pull request #6361: Add flags to TV Riak util

rawlinp commented on a change in pull request #6361:
URL: https://github.com/apache/trafficcontrol/pull/6361#discussion_r753330657



##########
File path: docs/source/tools/traffic_vault_util.rst
##########
@@ -69,4 +69,12 @@ Usage
 
 	.. warning:: Although this flag is optional, the utility will not work without it. It will try, but it will fail\ [1]_.
 
+.. option:: --skip_tls
+
+	An optional flag which, if given, specifies whether to utilize TLS certificate checks when establishing a connection. Defaults to false.
+
+.. option:: --server_name

Review comment:
       Oh, huh, TIL! I guess this isn't necessary when using the tlsConfig within an http client, but the riak client needs it. Yeah, let's just pass the `vault_ip` into the TLS config for `ServerName`. That would keep it from being redundant.




-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org