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 2021/06/10 07:00:40 UTC

[GitHub] [openwhisk] ningyougang edited a comment on pull request #4058: Add protect feature to avoid update or delete actions by mistake

ningyougang edited a comment on pull request #4058:
URL: https://github.com/apache/openwhisk/pull/4058#issuecomment-858366875


   @style95 , 
   
   Current system permission already existed design solution:
   *  the owner have any permissions(read/update/execute) for this own actions.
   * if a package is binded to a `shared` package, all users except the owner(we call it shared users) just have read/execute permission for that shared package's actions but do not have update permission.
   * if package is not binded to any package, all users(except the owner) do not have any permissions(e.g. read/update/execute) for that package's actions
   
   New design solution: https://github.com/apache/openwhisk/pull/4058#issuecomment-851116337
   
   The difference between the new design solution and `the current system design` is:
   * the new design solution can control every shared user's permission
   
   hm..actually, for now, i don't know what's the direction of this pr.


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