Enabling Permission Checking when Creating or Modifying a Data Grid
To enable permission checking when creating or modifying a data grid, you must set the following properties:
- Set
encrypted_connections=all
. For more information about encrypting connections, see Enabling Transport Encryption on a Data Grid. - Set
permissions=enabled
.
Note: When all connections are encrypted, ensure that all ActiveSpaces processes, both clients and servers, must be started by using user names and passwords. For more details, see
Security.
- Procedure
- To enable permission checking when creating or modifying a data grid, use the following commands:
Option Command To Set Permission Creating a data grid tibdg grid create encrypted_connections=all permissions=enabled ...
Modifying a data grid tibdg grid modify encrypted_connections=all permissions=enabled ...
Note: If you modify these options on a running grid, ensure that you restart the grid for the changes to take effect.