Register a Teradata Connection
Register your Teradata data and map your user accounts into Immuta
Public preview: This integration is available to all accounts that request to enable it for their tenant. Contact your Immuta representative to enable it.
Requirement
Teradata VantageCloud or Teradata VantageCore
Permissions
The user registering the connection must have the permissions below.
APPLICATION_ADMINImmuta permissionThe Teradata user registering the connection must have access to the user
DBADMINThe Teradata user running the setup script must have the permission
CREATE DATABASE
Create the database user
Create a new user in Teradata to serve as the Immuta system account. Immuta will use this system account continuously to crawl the connection.
Grant this account the following Teradata privileges:
SELECTon the DBC databaseCREATE ROLEDROP ROLESELECT WITH GRANT OPTIONon all Teradata views and databases that Immuta should manage permissions toCREATE VIEW WITH GRANT OPTIONDROP VIEW WITH GRANT OPTION
Configure Teradata
If your base tables are in a different database than your views, then you must grant your view database the ability to select from your base table database.
Register a Teradata connection
In Immuta, click Data and select Connections in the navigation menu.
Click the + Add Connection button.
Select the Teradata tile.
Enter the host connection information:
Display Name: This is the name of your new connection. This name will be used in the API (
connectionKey), in data source names from the host, and on the connections page. Avoid the use of periods (.) or restricted words in your connection name.Hostname: Your Teradata host (e.g.,
your-host.env.teradata.com).Port: Port configured for Teradata.
SSL Mode: Use the dropdown to select your SSL mode.
SSL Protocol: Based on your SSL mode selection, also select the protocol.
Select the authentication method from the dropdown:
Username and Password or LDAP: Enter the username and password of the Teradata user you created above.
OAuth: Enter the authentication details of the Teradata user you created above.
Fill out the Client ID, which is the subject of the generated token. It is also known as
sub(subject).Fill out the Client Secret.
Fill out the Authority URL of your identity provider.
Enter the Scope to limit the operations and roles allowed in Teradata by the access token. See the OAuth 2.0 documentation for details about scopes.
Run the below script in your Teradata environment to create the Immuta databases and complete setup.
Teradata does not allow granting WITH GRANT OPTION to a role. To ensure all Immuta policies work as expected, the grants to PUBLIC on the Immuta tables are required.
Click Save connection.
Grant the immuta_views database access
immuta_views database accessAfter you register the connection and the immuta_views database is created, you must grant that database the ability to select from the databases that have your tables and views:
Map users
Requirement: USER_ADMIN Immuta permission
Map Teradata usernames to each Immuta user account to ensure Immuta properly enforces policies.
The instructions below illustrate how to do this for individual users, but you can also configure user mapping in your IAM connection on the app settings page.
Click People and select Users in the navigation menu.
Click the user's name to navigate to their page and scroll to the External User Mapping section.
Click Edit in the Teradata User row.
Select the User Type from the dropdown:
Teradata Username: Enter the user's Teradata username.
Unset (fallback to Immuta username): When selecting this option, the Teradata username is assumed to be the same as the Immuta username.
None (user does not exist in Teradata): Select this option if this is an Immuta-only user. This option will improve performance for Immuta users who do not have a mapping to Teradata users and will be automatically selected by Immuta if an Immuta user is not found in Teradata. To ensure your Teradata users have policies correctly applied, manually map their usernames using the first option above.
Click Save.
Last updated
Was this helpful?

