Setup Dremio on Privacera Portal¶
These steps are applicable to both Self-Managed and Data Plane deployments.
- For Self-Managed, log in to the Privacera Portal; for Data Plane, log in to the Privacera Discovery Admin Console.
- Navigate to Settings > Data Source Registration
- Under the system name you provided here, click the more icon. Select Add Application > JDBC APPLICATION
- Under Configure JDBC Application, enter values for the Application Name and Application Code fields.
-
Under Application Properties, enter values for the following fields:
Important
Identify the user who must have appropriate permissions in your data source. For scanning, you need a user with read permission. Login credentials of that user are needed for the JDBC Username and JDBC Password properties as shown below.
-
JDBC Url:
jdbc:dremio:direct=<host>:<port>
-
JDBC Username:
<user_with_readwrite_permission>
-
JDBC Password:
<login_credentials_of_identified_user>
-
JDBC Driver Class:
com.dremio.jdbc.Driver
For more information about Driver Class You can refer List of JDBC Driver Class for all datasources
Tip
You don't need to update any other fields during the initial setup. You can update them later as needed.
-
-
Click TEST CONNECTION and verify that a success message is displayed.
- Click SAVE
You can begin using the connector to scan Dremio resources by configuring the targets to be scanned. For more information, refer here: Setup for Discovery Scanning
- Prev topic: Prerequisites
- Next topic: Advanced Configuration