Granting Permission to a User or a Role
Before you begin
- Ensure that you have transport encryption in the grid by setting
encrypted_connections=allin 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
- On a specific table, to grant permissions for a user, use the
tibdg user grant command. Use the following syntax:
tibdg user grant table-name user-name [READ|WRITE|ALL]
- On a specific table, to grant permissions for a role, use the
tibdg role grant command. Use the following syntax
tibdg role grant table-name role-name [READ|WRITE|ALL]