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 2019/02/20 23:57:27 UTC

[GitHub] rabbah opened a new issue #416: feed creation should fully resolve the namespace before calling the provider action

rabbah opened a new issue #416: feed creation should fully resolve the namespace before calling the provider action
URL: https://github.com/apache/incubator-openwhisk-cli/issues/416
 
 
   when a trigger is created from a feed, the event does not fully resolve the trigger name and instead uses `/_` as in:
   
   ```json
   {
     "authKey":"...",
     "lifecycleEvent":"CREATE",
      "triggerName":"/_/t"}
   
   ```
   
   The namespace should be resolved - this can be done on the client by looking up the namespace `eg equivalent of wsk namespace list`.
   
   The provider can also resolve the namespace by doing the namespace lookup as well. Today, it seems this is being done in some providers by picking up the activation's __OW_NAMESPACE property from the activation context.

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