rabbah commented on issue #3629: [Feature requests] action protection
URL: 
https://github.com/apache/incubator-openwhisk/issues/3629#issuecomment-388104701
 
 
   There is a general issue in that referenced entities are not tracked at all 
today - applies to rules, packages, sequences, and compositions. We don't track 
dependencies today.
   
   The way I propose approaching this is two fold: 1. addressing referenced 
entities (https://github.com/apache/incubator-openwhisk/issues/1047) and 2. 
fine grained permission on entities (like unix permissions) so that an action 
could be locked to `+x` (execute only) not `-rw` (read or write).
   
   Annotations are a reasonable way of addressing `2` initially -- eventually 
this may warrant rising to the level of a first class property.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to