Quoth Ramiro Santos on Mon, Mar 26, 2007 at 03:43:16PM -0700:
> The focus of my post is to ask if there is a possibility to add an
> hash like md5 or even any other signature to ensure the originality of
> external start/stop procedures within a service.
> We manage to allow other teams to start, refresh and stop their
> services without our intervention (action_authorization) but we need
> a mechanism to force the originality of such external procedures
> because we check them before the service is imported.

Are you saying that you give a service manifest to another group, and
they write the start and stop methods, and sometimes they change those
methods without telling you, and then the service breaks because of an
error in the methods?  So you want to include in the manifest what
version of the start and stop methods it has been tested with, so that
if someone else tries to use a different version, it will fail right
away, rather than later?


David

Reply via email to