Upgrade
This section describes how to upgrade Access Decision Service (ADS).
- jar
- Kubernetes
*:first-child]:mt-0>
In a jar deployment:
- Download the new
access-decision-service-<version>.jarfile provided by Customer Support. - 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.
- Stop ADS.
- If needed, edit the deployment configuration file to align with your customized version.
- Replace the old version of the
access-decision-service-<version>.jarwith the new version. - 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:
-
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>.zipExtract the ADS distribution
.zipfile to the folder from where you want to run ADS. -
Stop minikube if the service is running.
-
Follow the same installation steps described in section Deployment using Kubernetes.