Obfuscate sensitive configuration file information
Stay organized with collections
Save and categorize content based on your preferences.
The connector SDK contains SensitiveDataCodec functionality allowing you to
encode and decode information your configuration file. To obfuscate
sensitive information in your configuration file:
Run your connector with the -DsecurityLevel=OBFUSCATED and
com.google.enterprise.cloudsearch.sdk.config.SensitiveDataCodec parameters.
This command requests the sensitive configuration parameter in your
configuration file, such as a sharepoint.password parameter containing a
password to a data source.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["The Connector SDK helps protect sensitive data in configuration files using `SensitiveDataCodec` for encoding and decoding."],["To obfuscate sensitive data, run the connector with specific parameters, obtain the obfuscated value, and replace the original value in the configuration file."],["For stronger security, utilize a key pair from a Java Keystore with the connector for encryption, requiring similar parameters during connector execution."]]],[]]