Preparation
This section guides you through preparing your system for the installation of Access Decision Service (ADS).
Setup the Axiomatics AWS CLI account
First, you need to setup your AWS account as Access Decision Service (ADS) is downloaded through the AWS CLI.
If not already installed:
- Follow the instructions in the AWS CLI Installation GuideOpens in a new tab.
- Configure your AWS CLI account with the provided Access key ID and Secret access key using
aws configure
, as detailed hereOpens in a new tab.
Download ADS installation files
Once your AWS CLI account is ready, you can proceed with downloading the necessary installation files for ADS.
ADS is a Java application that comes preconfigured for easier deployment and can be installed in one of the following ways:
JAR
Download a
.jar
file containing all the preconfigured files for the JAR deployment.Kubernetes
Download a
.zip
distribution file containing a preconfigured Docker-based installation
According to your deployment, execute the following command in your terminal:
- JAR
- Kubernetes
aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/access-decision-service/access-decision-service/1.17.0/access-decision-service-1.17.0.jar access-decision-service-1.17.0.jar
This command will save the .jar
file to your computer.
aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/access-decision-service/access-decision-service/1.17.0-0/access-decision-service-1.17.0-0.zip access-decision-service-1.17.0-0.zip
Extract the ADS distribution .zip
file to the folder from where you want to run ADS.