Requirements
Authorization Domain Manager (ADM) can be downloaded as a distribution zip file, containing a pre-configured Docker-based installation, or as a single jar file to be run from the command line.
Java virtual machine
An official, production-ready release of the Java Development Kit (JDK) compatible with 64-bit Java SE 11 or Java SE 17.
Platforms
Authorization Domain Manager is a Java Virtual Machine application and should be expected to run on any platform for which an official, production-ready release of the appropriate Java Virtual Machine exists.
If the method of running ADM in a Docker container is chosen, the platform must be able to run Docker Engine and Docker Compose.
Memory requirements
512 MB minimum memory
Third-party software
If the method of running ADM in a Docker container is chosen, the following third-party software must be installed before installing ADM.
Docker Desktop
- Docker Engine 20.10 or later
- Docker Compose 1.28 or later
ADM 1.0 has been tested with Docker Engine 20.10 and Docker Compose 1.28.
Ports usage
The following TCP ports are currently used by ADM modules, and should be free to use in your operating system.
- 8080
- 8081
Key files
Some information needed for the installation will be provided separately by Axiomatics:
- An Access key ID and a Secret access key to use as credentials for AWS CLI
ASM cannot be downloaded and installed without this information. Contact Axiomatics Customer SupportOpens in a new tab if you have not received it.
Preparing to install ADM
AWS CLI
Authorization Domain Manager is downloaded via AWS CLI.
- If you have not already done so, install AWS CLI according to the instructions hereOpens in a new tab.
Downloading the file
ADM can be downloaded as a distribution zip file, containing a pre-configured Docker-based installation, or as a single jar file.
To have the appropriate access to Axiomatics' downloads, you need to configure the AWS CLI account with the
aws configure
command, as explained hereOpens in a new tab. For this step, you will need an Access key ID and a Secret access key, which will be provided to you by Axiomatics.After configuring the AWS CLI account, run one of the following commands in the terminal to download either the ADM distribution zip file or the jar file:
- ZIP file
- JAR file
ADM distribution zip file
aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/authorization-domain-manager/authorization-domain-manager/1.1.4/authorization-domain-manager-1.1.4.zip authorization-domain-manager-1.1.4.zip
ADM jar file
aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/authorization-domain-manager/authorization-domain-manager/1.1.4/authorization-domain-manager-1.1.4.jar authorization-domain-manager-1.1.4.jar
In the ADM documentation, the jar file is always referred to in full, that is, authorization-domain-manager-1.1.4.jar
.
Replace the version placeholders with the most recent available distribution.
This downloads the selected file to your computer.