Upgrade
This section describes how to upgrade Access Decision Service (ADS).
- jar
- Kubernetes
In a jar deployment:
- Download the new
access-decision-service-<version>.jar
file 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>.jar
with the new version. - Restart ADS.
note
Remember to update the run command with the new version number of the ADS jar file.
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>.zip
Extract the ADS distribution
.zip
file 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.