Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If you enable RPC arbitration in a container and you want to allow a set of RPC service ids regardless of whether the gadgets has features that uses them, it is very difficult to do so. The only way to do this today is to provide your own arbitrator function to the common container. Essentially this function will do the same thing as the default implementation in the common container except have a list of allowed RPC service ids. It be easier if containers could specify a list of additional RPC services to allow on a per gadget basis. It would also be nice if this was integrated into the gadget admin feature in Shindig already.