You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/11 19:52:37 UTC

[GitHub] tardieu commented on a change in pull request #21: Proper handling of ssl certificate validation

tardieu commented on a change in pull request #21: Proper handling of ssl certificate validation
URL: https://github.com/apache/incubator-openwhisk-composer/pull/21#discussion_r255667719
 
 

 ##########
 File path: conductor.js
 ##########
 @@ -60,8 +61,9 @@ module.exports = function (options) {
 
   if (process.env.__OW_API_HOST) apihost = process.env.__OW_API_HOST
   if (process.env.__OW_API_KEY) apikey = process.env.__OW_API_KEY
+  if (process.env.__OW_IGNORE_CERTS) ignorecerts = process.env.__OW_IGNORE_CERTS
 
 Review comment:
   It is only used for deployment. For running compositions, I use an invocation parameter `{ $composer: { openwhisk: { ignore_certs: true } } }` as documented in the updated readme.

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