Skip to main content
Version: 26.1

License

Authorization Hub requires a valid license file to operate. Without it, both the UI and the API are blocked. Contact Axiomatics Customer SupportOpens in a new tab to obtain your license file (axiomatics_HUB.license).

Important

Replace all $CHANGE_ME placeholders in the commands below with your actual values before running them.

Expiration warning configuration

When your license approaches its expiration date, Authorization Hub displays a warning in the user interface until the license is renewed. By default, the warning appears 60 days before the expiration date.

To change this threshold, navigate to kubernetes/charts and run the following Helm upgrade:

helm upgrade hub \
-f hub/values.yaml hub \
--set registry=748131003707.dkr.ecr.eu-central-1.amazonaws.com/axiomatics/ \
--set hubHostname=$CHANGE_ME \
--set 'imagePullSecrets[0].name=regcred' \
--set services.apiGateway.env.warningThresholdDays=$CHANGE_ME

Renew license

After renewing your license, Axiomatics Customer Support provides you with a new license file. Apply it as follows:

  1. In the /configurations directory, replace the existing axiomatics_HUB.license file with the new file.

  2. Navigate to the kubernetes/charts and run the Helm upgrade:

    helm upgrade hub \
    -f hub/values.yaml hub \
    --set registry=748131003707.dkr.ecr.eu-central-1.amazonaws.com/axiomatics/ \
    --set hubHostname=$CHANGE_ME \
    --set 'imagePullSecrets[0].name=regcred'