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 2017/12/08 11:41:37 UTC

[GitHub] rabbah commented on a change in pull request #3077: Enable ssl on the path between edge and controllers

rabbah commented on a change in pull request #3077: Enable ssl on the path between edge and controllers
URL: https://github.com/apache/incubator-openwhisk/pull/3077#discussion_r155759416
 
 

 ##########
 File path: ansible/group_vars/all
 ##########
 @@ -124,6 +127,13 @@ controller:
       seedNodes: "{{ groups['controllers'] | map('extract', hostvars, 'ansible_host') | list }}"
   # We recommend to enable HA for the controllers only, if bookkeeping data are shared too. (localBookkeeping: false)
   ha: "{{ controller_enable_ha | default(True) and groups['controllers'] | length > 1 }}"
+  protocol: "{{ controller_protocol | default('https') }}"
 
 Review comment:
   Agree. Flipping this default breaks our documented workaround for wsk -i which instructs a user to set the api host against the controller directly. 

----------------------------------------------------------------
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