10.4.2 Copying the OIG Connector

There are two options to copy Oracle Identity Governance (OIG) connectors to your Kubernetes cluster:
  • Copy the connector directly to the persistent volume.
  • Use the kubectl cp command to copy the connector to the persistent volume.

Note:

It is recommended to copy the connector directly to the persistent volume, however there may be cases, for example when using a Managed Service such as Oracle Kubernetes Engine on Oracle Cloud Infrastructure, where it may not be feasible to directly mount the domain directory. In such cases the kubectl cp command should be used.

Copying the Connector Directly to the Persistent Volume

Run the following command to copy the connector zip file to the persistent volume:
cp -R <workdir>/connectors/<connector> <persistent_volume>/governancedomainpv/ConnectorDefaultDirectory
For example:
cp -R /OIGK8S/connectors/Exchange-12.2.1.3.0 /nfs_volumes/oig/governancedomainpv/ConnectorDefaultDirectory/

Using the kubectl cp Command

Run the following command to copy the connector zip file:
kubectl -n <domain_namespace> cp <workdir>/connectors/<connector> <cluster_name>:/u01/oracle/idm/server/ConnectorDefaultDirectory/
For example:
kubectl -n oigns cp /OIGK8S/connectors/Exchange-12.2.1.3.0 governancedomain-oim-server1:/u01/oracle/idm/server/ConnectorDefaultDirectory/