2020-01-28 02:04:54 UTC - Dominic Kim: Sure :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580177094025600?thread_ts=1579766401.001500&cid=C3TPCAQG1 ---- 2020-01-28 10:40:01 UTC - Michele Sciabarra: Hello all, do we have somewhere OpenWhisk running in OpenShift? I have been invited to introduce OpenWhisk in a RedHat meeting in Italy so I am looking for a hosted OpenWhisk in OpenShift, somewhere, it any. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580208001027100?thread_ts=1580208001.027100&cid=C3TPCAQG1 ---- 2020-01-28 12:03:14 UTC - Avi Weit: Hi all, I would like to re-configure my openwhisk installation so that blocking mode will not timeout after 60 seconds even though the action's timeout is more then a minute. I edited, <https://github.com/apache/openwhisk/blob/master/core/controller/src/main/resources/application.conf#L35> in my cloned repository, invoked the below: ```ansible-playbook openwhisk.yml -e mode=clean``` then removed controller image (and invoker as well), and rebuilt: ```./gradlew distDocker``` following: ```ansible-playbook openwhisk.yml``` But it did not help. I wonder what am I doing wrong. Thanks. The installation is an all-in-one. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580212994031000 ---- 2020-01-28 12:33:18 UTC - Rodric Rabbah: there is a setting in nginx that you need to also change https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580214798031600 ---- 2020-01-28 12:34:09 UTC - Rodric Rabbah: <https://github.com/apache/openwhisk/blob/5868c6eb6dd8caf40f9e06fb80b70e52cba3cd20/ansible/roles/nginx/templates/nginx.conf.j2#L128> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580214849031800 ---- 2020-01-28 12:34:15 UTC - Rodric Rabbah: <https://github.com/apache/openwhisk/blob/5868c6eb6dd8caf40f9e06fb80b70e52cba3cd20/ansible/roles/nginx/templates/nginx.conf.j2#L137> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580214855032000 ---- 2020-01-28 12:50:42 UTC - Avi Weit: I see. I also found this: <https://github.com/apache/openwhisk/blob/master/common/scala/src/main/resources/application.conf#L479> . After changing it to 100 seconds, re-build and restarting openwhisk, it seems to work. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580215842033300 ---- 2020-01-28 13:19:33 UTC - Rodric Rabbah: i think the first value you changed is not relevant to this https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580217573033600 ---- 2020-01-28 13:19:57 UTC - Rodric Rabbah: but the comment suggests it is - so nm https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580217597033900 ---- 2020-01-28 13:20:09 UTC - Rodric Rabbah: it would be nice if these were factored into one place/setting https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580217609034200 ---- 2020-01-28 13:54:45 UTC - Avi Weit: @Rodric Rabbah. Thanks. I would like also to ask: my API actions are accessed via http. How can I modify OW so that they accessed from HTTPs? ```<http://172.17.0.1:9001/api/23bc46b1-7.../my-entity/my-action>``` I am using a native install on Ubuntu. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580219685035500 ---- 2020-01-28 14:02:45 UTC - Rodric Rabbah: Looks like an api gateway url. I’m not an expert on it maybe @mhamann or @Dragos Dascalita Haut can help https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580220165036700 ---- 2020-01-28 15:44:44 UTC - giusdp: Do you mind sharing where is it and if it's a public event? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1580226284036800?thread_ts=1580208001.027100&cid=C3TPCAQG1 ----