Migration Guide 24.4 [Prep GEN]
Content:
PREPARED Installer
VidiNet Release Layer Version
Documentation
Patch Information
Migration from 24.3 to 24.4
Additional secret for VidiFlow
Changes for ConfigPortal
The inventory for cp needs to be changed if you want to set the environment
configportal:
default:
helm_chart:
chart_values:
hull:
config:
specific:
components:
configportal:
custom:
activeEnvironment: "TRANS"
Changes for headlamp
Web based Authentication:
From PREPARED 24.4 onward, you can enable web based authentication by assigning a username and password in your inventory vault file per below:
headlamp:
base:
default:
...
username: "admin"
password: "password"
PREPARED will automatically pick it up and configure headlamp in a way that it asks for this username and password when you try to access it.
ServiceAccountToken (TOKEN VERWENDEN):
The needed SeviceAccountToken gets created during deployment and is called “support-token”. In order to retrieve it, you can use your existing monitoring solution or shell into prepared and use the following command:
kubectl describe secret support-token