10.4.1 OIGコネクタのダウンロード

次のステップを実行して、必要なOracle Identity Govenance (OIG)コネクタをダウンロードします:

  1. 必要なコネクタをダウンロードします。「Oracle Identity Manager Connectorのダウンロード」を参照してください。
  2. コネクタ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
  3. 抽出されたファイルおよびディレクトリに対する権限を変更します:
    chmod -R 755 *