Granting Permission To a User or a Role

Prerequisites

  • Ensure that you have transport encryption in the grid by setting encrypted_connections=all in the grid configuration. See Enabling Transport Encryption on a Data Grid.
  • The user or role must exist in the TIBCO FTL realm server. For more details, see "Configuring Authentication and Authorization" in TIBCO FTL Security .

Procedure

  1. On a specific table, to grant permissions for a user, use the tibdg user grant command as shown in the following example:
    tibdg user grant user1 table1 READ
    The other possible permissions are WRITE and ALL (read and write).
  2. On a specific table, to grant permissions for a role, use the tibdg role grant command as shown in the following example:
    tibdg role grant role1 table1 READ
    The other possible permissions are WRITE and ALL (read and write).