Configuring Custom Properties for Connectors¶
This guide describes how to configure custom properties for Privacera connectors. These properties allow you to override default connector settings to meet specific environment or operational requirements.
Location for Connector Properties¶
Each connector type has its own directory structure. Add the custom configuration file at the following path:
Text Only | |
---|---|
Example of Correct Placement:¶
Text Only | |
---|---|
Note: Replace:
•<type>
with the connector type (e.g.,bigquery
,dremio
,mssql
)
•<instance>
with the connector instance name as defined in your environment.
Steps to Configure¶
Follow these steps to add and apply custom properties for your Privacera connectors:
1. Connect to the Server¶
SSH into the server where Privacera Manager is installed.
Bash | |
---|---|
2. Navigate to the Config Directory¶
Bash | |
---|---|
3. Create the Required Directory Structure¶
Create the full path if it doesn't exist:
Bash | |
---|---|
4. Create or Edit the Connector Properties File¶
Create the file in the correct location:
Bash | |
---|---|
Add your custom configuration. For example:
Repeat this process for each connector as needed, using the appropriate <type>
and <instance>
values.
Deploy Your Changes¶
After creating or modifying the custom connector properties, deploy the changes by following the standard Privacera deployment procedure:
1. Generate Helm Charts¶
2. Apply the Configuration¶
Bash | |
---|---|
3. Run Post-Installation Tasks (if needed)¶
Bash | |
---|---|
Upon completion of these steps, the custom connector properties defined in the respective connector-custom.properties
files will be applied to your Privacera deployment.