Upload Configuration Files

You can upload the required configuration files, SQLJDBCDriver.config and krb5.config, from the Base Configuration tab. This is the recommended method for providing these files.

Alternatively, you can upload the file with the following process:

  1. Using FTP, SFTP, or any other transport means upload the file to one of the following locations in the Virtual Appliance:

    • /opt/sailpoint/ccg/

    • /home/sailpoint/ccg/custom/

  2. Map the connector to the selected file location by adding the following entry into the source XML using the REST API, replacing <config_file_path> with your selected file location:

    AttributeconfigFilePath

    Value<config_file_path>

    For example:

    AttributeconfigFilePath

    Value/opt/sailpoint/ccg/

    Note
    For more information on SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.

    Important

    Do not skip the / at the end of the path value.

    Once you upload the file to the selected location, the CCG service needs to be restarted on the Virtual Appliance. This is to make sure that the previous cached configuration file — if one exists — is removed and a fresh configuration file is used.