10.4.1 Downloading OIG Connectors
Perform the following steps to download any Oracle Identity Govenance (OIG) connectors you require:
- Download the connector you require. See, Oracle Identity Manager Connector Downloads.
- 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
For example:unzip <connector>.zip
cp $HOME/Downloads/Exchange-12.2.1.3.0.zip /OIGK8S/connectors
cd /OIGK8S/connectors
unzip exchange-12.2.1.3.0.zip
- Change the permissions on the extracted files and
directories:
chmod -R 755 *