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

Skip to main content
Version: 1.17

Upgrade

This section describes how to upgrade Access Decision Service (ADS).

*:first-child]:mt-0>

In a jar deployment:

  1. Download the new access-decision-service-<version>.jar file provided by Customer Support.
  2. Check the Release notes page, to see if the new version introduces any changes of functionality that require the deployment configuration file to be edited or itself replaced.
  3. Stop ADS.
  4. If needed, edit the deployment configuration file to align with your customized version.
  5. Replace the old version of the access-decision-service-<version>.jar with the new version.
  6. Restart ADS.
note

Remember to update the run command with the new version number of the ADS jar file.

*:first-child]:mt-0 hidden>

In a Kubernetes deployment:

  1. Download the new distribution ZIP file containing a pre-configured Docker-based installation.

    Run the following command in the terminal to download ADS:

    aws s3api get-object --bucket axiomatics-customer-artifacts --key releases/com/axiomatics/access-decision-service/access-decision-service/<version>/access-decision-service-<version>.zip access-decision-service-<version>.zip

    Extract the ADS distribution .zip file to the folder from where you want to run ADS.

  2. Stop minikube if the service is running.

  3. Follow the same installation steps described in section Deployment using Kubernetes.