Revoke Temporary Table Permissions for Public Group¶
In AWS Redshift, temporary tables automatically inherit permissions from the public group. This default behavior can unintentionally grant broader access to sensitive data than required.
Enabling this configuration revokes those inherited permissions, ensuring that temporary tables are accessible only to explicitly authorized users. This strengthens security by reducing unnecessary exposure.
Configuration Property¶
| Property | Description | Default Value | Possible Values |
|---|---|---|---|
REVOKE_TMP_TABLE_PERMISSIONS_PUBLIC_GROUP | When set to true, Privacera revokes permissions granted to the public group on temporary tables in AWS Redshift, providing tighter control over temporary table access. | false | true, false |
Configuration Steps¶
-
SSH to the instance where Privacera Manager is installed.
-
Run the following command to open the
.ymlfile to be edited.If you have multiple connectors, then replace
instance1with the appropriate connector instance name. -
Modify the following property:
-
Once the properties are configured, run the following commands to update your Privacera Manager platform instance:
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.
-
In PrivaceraCloud, go to Settings → Applications.
-
Select Redshift from the list of Connected Applications.
-
Click on the application name or the icon, then click on Access Management.
-
Under the ADVANCED tab, in the Add New Custom Properties section, add the following property:
-
Click SAVE.
-
Once saved and enabled, the AWS Redshift connector will start. Then you can hover on the VIEW LOGS button to check the status, either Running or Stopped.
Note
Perform the following steps only if the connector does not reflect the updated configuration and requires a restart.
Restart the AWS Redshift Connector:
-
Go to Settings → Applications → Select the Redshift connector.
-
Edit the application → Disable it → and Save it.
-
Reopen the application, Enable it and Save it.
- Prev topic: Advanced Configuration