Prerequisite
In order to complete the onboarding process, you will need an admin account within your Axway environment.
Instructions
Generate an asymmetric key pair
Generate the private key:
openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048
Generate the public key:
openssl rsa -pubout -in private_key.pem -out public_key.pem
Add DataTheorem service account
Log into your admin account on https://platform.axway.com/.
Go to
API Management
Then go to
Central
On the left hand side, choose
Access
Then in
Service Accounts (step 1)
, click on the+ Service account (2)
buttonAdd 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 theSave
button (3).Copy the
client ID
Obtain your organization ID
Click on your profile button on the upper right hand side of the web portal (1) and then click on
Organization
(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 7The organization ID that you copied in
Obtain your organization ID
at step 2The 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.