3 Install and Configure the Recipe

On your Oracle Integration instance, install the recipe to deploy and configure the integration and associated resources.

  1. On the Oracle Integration Home page, in the Get started section, click Browse store.
  2. Find the recipe you want to install, then click Get.

    A message confirms that the recipe was successfully installed, and the recipe card shows In use.

  3. Click Configure Configure icon on the recipe to configure its resources.

    The project workspace opens, displaying all the resources of the recipe. Configure the following resources before you activate and run the recipe.

Configure the OCI Vault REST Connection

  1. In the Connections section, click the connection name.
  2. In the Properties section, enter the following details:
    Field Information to Enter
    Connection Type Leave REST API Base URL selected.
    Connection URL Enter the Cryptographic Endpoint URL of the Vault you created earlier. See Before You Install the Recipe.
  3. In the Security section, enter the following details:
    Field Information to Enter
    Security Policy Select Select OCI Signature Version 1.
    Tenancy OCID Enter the Tenancy OCID. See Before You Install the Recipe.
    User OCID Enter the User OCID.
    Private Key Enter the API key generated.

    Note:

    Before you upload the private key, you must convert it into the PKCS1 format.
    Finger Print Enter the key’s fingerprint.
  4. Click Save. If prompted, click Save again.
  5. Click Test to ensure that your connection is successfully configured. In the resulting dialog, click Test again.

    A message confirms if your test is successful.

  6. To return to the project workspace, click Go back Back icon.

Configure the Lookup Table

Edit the Sign_Verify_Message_Lookup lookup table and enter necessary values for the lookup keys.

  1. In the Lookups section, click the lookup name.
  2. Edit the lookup keys with appropriate values.
    Key Value
    KeyID Enter the OCID of the key. You can obtain the key OCID from the key details page.
    KeyVersionId Enter the OCID of the key version. You can obtain the key OCID from the version table.
    SigningAlgorithm Enter SHA_256_RSA_PKCS_PSS
    EmailFrom This is the email address from which notifications are sent in case of errors. Leave the default email address no-reply@oracle.com or enter an email of your choice.
    EmailTo Enter an email to which notifications are to be sent in case of errors.
  3. Click Save. If prompted, click Save again.
  4. To return to the project workspace, click Go back Back icon.