Authorizing access for administrative operations in the Liberty
profile
Through administrative security, you can authorize users
to access the data grid in the Liberty profile.
About this task
Most data grid deployers restrict administrative access to
only a subset of the users who can access grid data.
Procedure
Run the Java™ security
manager, and specify a policy file that grants MBeanPermissions, to
restrict administrative access when eXtreme Scale servers are running
in the Liberty profile. This approach is the same as in stand-alone deployments. Enter
the following lines to the jvm.options file for
each Liberty profile server
that is running an eXtreme Scale catalog or container server.
Configure the policy file to grant the Liberty profile and the eXtreme Scale code all permissions. This configuration allows the Liberty profile and the eXtreme Scale to work with the
security manager. Add the following lines to the jvm.options file that is at the server level:
grant codeBase "file:${objectgrid.home}/lib/*" {
permission java.security.AllPermission;
};