Attention

This document is no longer being updated. For the most recent documentation, including the latest release notes for version 6, please refer to Documentation Version 7

Deployment

Problem

Possible Cause

Possible Resolution

Module

After some time running the rollout script, the API calls keep returning JWT expired.

The login performed at the beginning of the script retrieves a Token, which is then passed for the following calls to the API. This token has expired.

1. Check the default toke timeout in the configuration table (dvb_config.config).
2. Create a technical user for the rollout, which has the flag non_expiring_token activ
3. Extend the deployment script with renewToken calls, so that the Token is refreshed before expiring.

exported deployment package