2019-07-09 00:50:16 UTC - Rodric Rabbah: Sorry which part of the system do you mean? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562633416287200?thread_ts=1562626390.286500&cid=C3TPCAQG1 ---- 2019-07-09 00:51:24 UTC - Rodric Rabbah: Is the trigger created under guest or whisk.system? try wsk trigger list -i with both keys so we can narrow the source of the error. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562633484288900?thread_ts=1562619983.286000&cid=C3TPCAQG1 ---- 2019-07-09 09:03:13 UTC - Michael Schmidt: I am using the wisk.system key with my cli, so I'm not sure which key is causing the error with my trigger. But I need to double check this in a few hours. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562662993289700?thread_ts=1562626390.286500&cid=C3TPCAQG1 ---- 2019-07-09 10:13:55 UTC - AxelR: FYI: I opened <https://github.com/apache/incubator-openwhisk/issues/4551> since the change causes problems on building. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562667235289900?thread_ts=1562606349.268900&cid=C3TPCAQG1 ---- 2019-07-09 11:25:01 UTC - Michael Schmidt: @Rodric Rabbah I am using the default system auth while I try things out. So I am not sure why I am getting the key issue? Do I need to set a key? Or do I just need the auth? If I do need a key how do I find what that should be set to? Is that in the helm values file yaml? ``` $ wsk -i property get client cert Client key whisk auth 789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP whisk API host <omitted>:31001 whisk API version v1 whisk namespace _ whisk CLI version 2019-03-25T16:21:36.596+0000 whisk API build 2019-04-05-18:03:02Z whisk API build number 20190405a
$ wsk -i action list actions /whisk.system/invokerHealthTestAction0 private /whisk.system/messaging/messageHubProduce private python:3 /whisk.system/messagingWeb/messageHubFeedWeb private nodejs:6 /whisk.system/messaging/messageHubFeed private nodejs:6 /whisk.system/messaging/kafkaProduce private python:3 /whisk.system/messagingWeb/kafkaFeedWeb private nodejs:6 /whisk.system/messaging/kafkaFeed private nodejs:6 /whisk.system/cloudant/delete-attachment private nodejs:6 /whisk.system/cloudant/update-attachment private nodejs:6 /whisk.system/cloudant/read-attachment private nodejs:6 /whisk.system/cloudant/create-attachment private nodejs:6 /whisk.system/cloudant/read-changes-feed private nodejs:6 /whisk.system/cloudant/delete-query-index private nodejs:6 /whisk.system/cloudant/delete-view private nodejs:6 /whisk.system/cloudant/manage-bulk-documents private nodejs:6 /whisk.system/cloudant/exec-query-view private nodejs:6 /whisk.system/cloudant/exec-query-search private nodejs:6 /whisk.system/cloudant/exec-query-find private nodejs:6 /whisk.system/cloudant/list-query-indexes private nodejs:6 /whisk.system/cloudant/create-query-index private nodejs:6 /whisk.system/cloudant/list-design-documents private nodejs:6 /whisk.system/cloudant/list-documents private nodejs:6 /whisk.system/cloudant/delete-document private nodejs:6 /whisk.system/cloudant/update-document private nodejs:6 /whisk.system/cloudant/write private nodejs:6 /whisk.system/cloudant/read-document private nodejs:6 /whisk.system/cloudant/read private nodejs:6 /whisk.system/cloudant/create-document private nodejs:6 /whisk.system/cloudant/read-updates-feed private nodejs:6 /whisk.system/cloudant/list-all-databases private nodejs:6 ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562671501292600 ---- 2019-07-09 18:32:02 UTC - David H. Trang: We create these triggers all under whisk.system. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562697122294200?thread_ts=1562619983.286000&cid=C3TPCAQG1 ---- 2019-07-09 18:32:53 UTC - David H. Trang: I did more digging and it looks like it might be an issue with the openwhisk-serverless plugin. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562697173294400?thread_ts=1562619983.286000&cid=C3TPCAQG1 ---- 2019-07-09 18:33:03 UTC - David H. Trang: Because the trigger and rules work when using wsk cli https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562697183294600?thread_ts=1562619983.286000&cid=C3TPCAQG1 ---- 2019-07-09 18:33:16 UTC - David H. Trang: But it just doesn't get registered when doing an sls deploy on the fuction that we write. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562697196294800?thread_ts=1562619983.286000&cid=C3TPCAQG1 ---- 2019-07-09 20:59:46 UTC - Olivier Tardieu: the presentation from SeverlessDays London 2018 are now online <https://www.youtube.com/playlist?list=PLp4wchugWzHtbBIYNqQ8IpCGXz3mKVUA4> including a few OpenWhisk-related presentations: +1 : Dominic Kim, chetanm https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562705986295900 ---- 2019-07-09 21:00:05 UTC - Olivier Tardieu: - Markus on Bitcoin miners - Rob on PHP - and myself on composer https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562706005296400 ---- 2019-07-09 21:01:36 UTC - Olivier Tardieu: + a lot of interesting presentations (BBC, DigitalOcean…) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562706096297300 ----