You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by Apache OpenWhisk Team Slack <ra...@apache.org> on 2019/02/13 03:37:30 UTC

Slack digest for #general [2019-02-13]

2019-02-12 07:33:13 UTC - Michele Sciabarra: ok I understood ... I have to use https:// in the apihost parameter
----
2019-02-12 11:37:24 UTC - Rob Allen: Observation: email notifications from github are overwhelming from this project. So much work going on.
----
2019-02-12 14:44:39 UTC - Carlos Santana: @Rob Allen I think that's just @Rodric Rabbah lately on a rampage on Issues and PRs
----
2019-02-12 14:48:40 UTC - mmarth: dude, Composer is on fire as well
----
2019-02-12 14:49:12 UTC - Carlos Santana: yep @Olivier Tardieu trying to put finishing touches for next release of composer
----
2019-02-12 14:58:49 UTC - dubee: <https://www.bleepingcomputer.com/news/security/runc-vulnerability-gives-attackers-root-access-on-docker-kubernetes-hosts/>
----
2019-02-12 15:29:09 UTC - Carlos Santana: Stumbled into this ASF page, useful if you need to reach INFRA they also have a Slack <http://www.apache.org/dev/infra-contact>
----
2019-02-12 18:05:13 UTC - Ritesh Patel: I still can't get `Web Actions` to work with `Kong`. Does anyone have samples / examples that show how to do so?
----
2019-02-12 18:05:49 UTC - Ritesh Patel: the `post` routs work perfectly with `kong and ow`. No issues there. But I have endpoints that need other verbs.
----
2019-02-12 18:06:43 UTC - Rodric Rabbah: Isn’t the lua plugin hardcoded for this path
----
2019-02-12 18:07:06 UTC - Rodric Rabbah: My quick reading of the code suggested the lua module requires a change 
----
2019-02-12 18:26:40 UTC - Ritesh Patel: not understanding. I have `recorded openwhisk` plugin in the config for `kong`. It is responding to POST route and invoking OW action.
----
2019-02-12 18:27:40 UTC - Rodric Rabbah: there is NO support in Kong for webaction
----
2019-02-12 18:27:42 UTC - Rodric Rabbah: <https://github.com/Kong/kong-plugin-openwhisk/blob/7ed8521176f6a1d9e5226d9af8ea7e718a41d133/kong/plugins/openwhisk/handler.lua#L142-L154>
----
2019-02-12 18:27:50 UTC - Rodric Rabbah: it is hardcoding a POST to the non-webaction path
----
2019-02-12 18:28:07 UTC - Rodric Rabbah: so it will not work unless the handler itself is changed
----
2019-02-12 18:36:09 UTC - Rodric Rabbah: you need several changes in that lua module to have a function be a general purpose API  including changing these lines as well
<https://github.com/Kong/kong-plugin-openwhisk/blob/7ed8521176f6a1d9e5226d9af8ea7e718a41d133/kong/plugins/openwhisk/handler.lua#L160-L162>
----
2019-02-12 18:36:34 UTC - Rodric Rabbah: i dont have a way to test changes easily so while i can suggest the changes you need i cant test them
----
2019-02-12 19:42:43 UTC - Ritesh Patel: ugh! ok, thanks for your help
----