2020-03-30 03:03:23 UTC - Ning yougang: @Jack Sheehan @Kostis Kaffes you can refer to this pr: <https://github.com/apache/openwhisk/pull/4790> +1 : Dominic Kim thankyou : Kostis Kaffes https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585537403007600 ---- 2020-03-30 18:17:20 UTC - Markus Thömmes: Does anybody fance a Travis script review? :slightly_smiling_face: <https://github.com/apache/openwhisk/pull/4868> eyes : Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585592240008500 ---- 2020-03-30 22:39:47 UTC - Sam: Hi, I followed the instruction for installing OpenWhisk on EKS. Then, I managed to invoke a function using `wsk action invoke -i …` , but when I used `curl -k …` , I got errors like this.
```{ "code": "SQXVYlm3RyhDzGgJ4tS2hY5aP5CD5ltw", "error": "Authentication is possible but has failed or not yet been provided." }``` Does anyone know what the problem is? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585607987013600 ---- 2020-03-30 22:47:50 UTC - Rodric Rabbah: hi Sam - what url did you use for the curl https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585608470014200?thread_ts=1585608470.014200&cid=C3TPCAQG1 ---- 2020-03-30 22:48:04 UTC - Rodric Rabbah: you can grep SQXVYlm3RyhDzGgJ4tS2hY5aP5CD5ltw in the controller logs to see what the system logs say https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585608484014500?thread_ts=1585608484.014500&cid=C3TPCAQG1 ---- 2020-03-30 22:51:50 UTC - Sam: The URL looks like this <https://aa7815aa6d1c84d07ae9d95022c7d452-1040155663.eu-central-1.elb.amazonaws.com:443/api/v1/web/guest/default/openwhisk-dev-openwhisk-simple> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585608710014700?thread_ts=1585608470.014200&cid=C3TPCAQG1 ---- 2020-03-30 22:52:19 UTC - Sam: By the way, I have removed everything at the moment. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585608739014900?thread_ts=1585608470.014200&cid=C3TPCAQG1 ---- 2020-03-30 22:53:06 UTC - Sam: Oh I’ll try that when I retry again. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585608786015200?thread_ts=1585608484.014500&cid=C3TPCAQG1 ---- 2020-03-30 22:54:11 UTC - Sam: Is it correct to use the URL from `wsk action get -i --url <function_name>` ? +1 : Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585608851015400?thread_ts=1585608470.014200&cid=C3TPCAQG1 ---- 2020-03-30 22:59:19 UTC - Sam: I’m using serverless framework for deploying functions. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585609159015700?thread_ts=1585608470.014200&cid=C3TPCAQG1 ---- 2020-03-30 23:09:19 UTC - Sam: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585609759016300?thread_ts=1585608484.014500&cid=C3TPCAQG1 ---- 2020-03-30 23:29:38 UTC - Sam: @Rodric Rabbah I fixed it. I didn’t check about web actions, so it didn’t work. It works now. Thank you~ https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585610978016700?thread_ts=1585608470.014200&cid=C3TPCAQG1 ---- 2020-03-30 23:50:03 UTC - Rodric Rabbah: Glad you got it. Sorry was out for a bit. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1585612203017100?thread_ts=1585608470.014200&cid=C3TPCAQG1 ----