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).
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:
In the
/configurationsdirectory, replace the existingaxiomatics_HUB.licensefile with the new file.Navigate to the
kubernetes/chartsand 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'