API Gateway Integration: On-board Axway

Prerequisite

In order to complete the onboarding process, you will need an admin account within your Axway environment.

Instructions

Generate an asymmetric key pair

  1. Generate the private key:
    openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048

  2. Generate the public key:
    openssl rsa -pubout -in private_key.pem -out public_key.pem

Add DataTheorem service account

  1. Log into your admin account on https://platform.axway.com/.

  2. Go to API Management

     

  3. Then go to Central

     

  4. On the left hand side, choose Access

     

  5. Then in Service Accounts (step 1), click on the + Service account (2) button

     

  6. Add a name to your service account (1), for example DataTheorem Security Audit, then copy/paste your public key into the second field (2). Lastly, click on the Save button (3).

     

  7. Copy the client ID

Obtain your organization ID

  1. Click on your profile button on the upper right hand side of the web portal (1) and then click on Organization (2)

     

  2. Copy your organization ID

     

Send your credentials to DataTheorem

Send to support@datatheorem.com:

  • The client ID that you copied in Add DataTheorem service account at step 7

  • The organization ID that you copied in Obtain your organization ID at step 2

  • The private key that you generated

Your private key must not be shared to anyone else or stored in a file sharing service. We recommend that you delete the private key for security concerns.