You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by Dominic Kim <st...@gmail.com> on 2021/05/28 09:01:38 UTC

Please give feedbacks for the permission management feature.

Dear whiskers.

This PR[1] has been so long.

It is mainly to manage permission using annotations.
An owner can configure permission for an entity in a Linux way (`rwxr-x`).
The permission is only configurable for "owner" and "users".

This PR started based on the idea to prevent an entity to be deleted by
mistake.
So in the small scope, it already meets the requirement though I am not
quite sure it's reasonable to rely on annotations.

Any feedbacks and opinions would be appreciated.

Thank you.

-dom

[1] https://github.com/apache/openwhisk/pull/4058