Configure Starburst Integration
Audience: System Administrators
Content Summary: This page details how to install the Starburst integration. Starburst is only available with certain licenses. Please see your Immuta representative for more information.
Prerequisites: The Starburst ODBC driver must be uploaded on the App Settings page.
Installation Method
This installation method is only available to users on Starburst Enterprise. If you are using any other form of Trino, please see the other installation method.
1 - Enable Native Starburst
- Click the App Settings icon in the left sidebar.
-
Click Enable in the Trino Integration section.
-
Click Save.
2 - Configure the Immuta Connector in Starburst
-
Create a configuration file
immuta.properties
with the following contents in theetc/catalog
folder:connector.name=immuta immuta.endpoint=https://your-immuta-url.com/ immuta.apikey=<your-api-key>
For more details, see Starburst's Event Listener documentation.
3 - Configure the Event Listener
- Create an
etc/event-listener.properties
file in the sameetc/catalog
folder. -
Copy the Event Listener Configuration items from the App Settings page and paste it in the
event-listener.properties
file:
For more details, see Starburst's Event Listener documentation.
4 - Configure Starburst to Block Access
Best Practice: Give Users read-only
Access to Immuta Catalog
Give users read-only
access to the Immuta catalog. This will prevent users from describing the views, which in
turn prevents them from seeing secrets involved in some masking policies.
Follow Starburst's System Access Control documentation to configure Starburst to block access to any catalog that is not Immuta so that all user access has policies enacted on it.