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 2018/02/14 18:50:12 UTC

[GitHub] rabbah commented on issue #2204: Update web action and annotations docs to reflect that bound actions can't be web actions

rabbah commented on issue #2204: Update web action and annotations docs to reflect that bound actions can't be web actions
URL: https://github.com/apache/incubator-openwhisk/issues/2204#issuecomment-365706747
 
 
   The restriction follows from design choices that I made:
   
   - web annotation is attached to an action
   - an action in a public package cannot be amended by a subject unless they own it
   
   So if a packaged action is made into a web action, we?d force all bindings to inherit the annotation for the action. And we don?t have a mechanism that allows a binding to override and modify an action from the base package.
   
   
   

----------------------------------------------------------------
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