Configure Trino Cluster Name¶
You can configure a custom Trino cluster name to help identify which cluster performed the access check in the audit section of the Privacera Portal. By default, the cluster name is set to trino.
Note
This configuration is applicable to both PrivaceraCloud and Self-Managed deployments.
Warning
Replace <CLUSTER_NAME> and <NAMESPACE> with your actual desired values.
Step 1: Update values.yaml¶
-
Open the
values.yamlfile in the trino deployment folder. -
Add the following environment variable configuration.
Step 2: Deploy the Changes¶
Deploy the updated configuration using Helm
-
For new deployments.
-
For existing deployments.
Verification¶
After deployment, verify that the cluster name is correctly configured:
- Navigate to Access Management → Audits in the Privacera portal and verify the cluster name appears in audit section
- Prev topic: Advanced Configuration