Skip to main content

The most recent patch for this version is 1.15.1.  Learn more  

Version: 1.15

Requirements

Access Decision Service (ADS) is downloaded as a single jar file to be run from the command line.

Java virtual machine

An official, production-ready release of the Java Runtime Environment (JRE) compatible with 64-bit Java SE 11, Java SE 17 or Java SE 21.

Platforms

Access Decision Service 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.

Memory requirements

512 MB minimum memory

Ports usage

The following TCP ports are currently used by ADS modules, and should be free to use in your operating system.

  • 8080
  • 8081

Key files and license

Some items 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
  • The Access Decision Service .jar file or the ADS .zip file for the Kubernetes deployments.
  • The Access Decision Service license key file (provided separately by Axiomatics), with a file reference to it in the license property in the deployment configuration file. See License for more information.
  • A deployment configuration file. See the section Basic configuration for a description of the settings.
  • An authorization domain configuration file, with a file reference to it in the domain property in the deployment configuration file. See the section Authorization domain configuration for a description of this configuration.

ADS cannot be downloaded and installed without these items. Contact Axiomatics Customer SupportOpens in a new tab if you have not received them.

Preparing to install ADS

Access Decision Service is downloaded via AWS CLI.

If you have not already done so, install AWS CLI according to the instructions hereOpens in a new tab.

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.

Download the vulnerabilities report

You can download a comprehensive vulnerabilities analysis report for ADS.

After configuring the AWS CLI account, run the following AWS CLI command in the terminal to download the vulnerabilities report from S3:

aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/access-decision-service/access-decision-service/1.15.1/ads-vulnerabilities-report-1.15.1.html ads-vulnerabilities-report-1.15.1.html

This downloads an HTML report file to your computer.