10.4.1 OIGコネクタのダウンロード
次のステップを実行して、必要なOracle Identity Govenance (OIG)コネクタをダウンロードします:
- 必要なコネクタをダウンロードします。「Oracle Identity Manager Connectorのダウンロード」を参照してください。
- コネクタzipファイルをKubernetes管理ホストのステージング・ディレクトリにコピーし、解凍します:
mkdir <workdir>/connectors
cp <download_location><connector>.zip <workdir>/connectors
例: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
- 抽出されたファイルおよびディレクトリに対する権限を変更します:
chmod -R 755 *