Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Internal functions needs to be updated to require appropriate permissions
we need to make sure:
1) all the current functions that are marked as InternalEntity are not be called legitimately by a client api.
2) make all internal functions (functions that implements both Function and InternalEntity) should require All permission.
3) stretch goal: have a testing mechanism that would ensure new Function's permission is set correctly.