Create and develop relationships among roles, resources, and actions by editing the XML policy file.
Use the cluster manager to manage access control. The relationships between the roles and resources are maintained in a single XML policy file used by all cluster managers in a project. If the XML policy file is not defined, authorization is not restricted based on user roles and therefore, all authenticated users will have full access
The policy.xml file is loaded automatically when you start the cluster manager. Use the cluster admin tool to reload the policy file at runtime.
<Policies>
<Policy type= "Project">
<Subjects>
<Role>investment</Role>
</Subjects>
<Resources>
<Resource>Default/PassThrough/vwapTrades</Resource>
<Resource>Default/Pass1</Resource>
</Resources>
<Actions>
<Action>read</Action>
<Action>write</Action>
<Action>stop</Action>
<Action>start</Action>
</Actions>
</Policy> </Policies>