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 2020/01/30 20:27:42 UTC

[GitHub] [openwhisk-wskdeploy] steven0711dong opened a new issue #1088: Deploy trigger with feed action fails

steven0711dong opened a new issue #1088: Deploy trigger with feed action fails 
URL: https://github.com/apache/openwhisk-wskdeploy/issues/1088
 
 
   Using the following manifest file to deploy an action and a trigger with feed will result in 403 authentication error. 
   [manifest.pdf](https://github.com/apache/openwhisk-wskdeploy/files/4136086/manifest.pdf)
   
   After tracing the code, I found out the wsk-deploy configures the feed action after successfully deploying the trigger by invoking the feed action. But the POST request URL used for invoking the feed action seems to be wrong. It uses the package name as the namespace name. I found some log info, which seems to corroborate this finding. The log says `namespace does not exist`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [openwhisk-wskdeploy] steven0711dong closed issue #1088: Deploy trigger with feed action fails

Posted by GitBox <gi...@apache.org>.
steven0711dong closed issue #1088: Deploy trigger with feed action fails 
URL: https://github.com/apache/openwhisk-wskdeploy/issues/1088
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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