10.4.1 Downloading OIG Connectors

Perform the following steps to download any Oracle Identity Govenance (OIG) connectors you require:

  1. Download the connector you require. See, Oracle Identity Manager Connector Downloads.
  2. Copy the connector zip file to a staging directory on the Kubernetes administrative host and unzip it:
    mkdir <workdir>/connectors
    cp <download_location><connector>.zip <workdir>/connectors
    unzip <connector>.zip
    For example:
    cp $HOME/Downloads/Exchange-12.2.1.3.0.zip /OIGK8S/connectors
    cd /OIGK8S/connectors
    unzip exchange-12.2.1.3.0.zip
  3. Change the permissions on the extracted files and directories:
    chmod -R 755 *