For yuuvis® RAD version >= 6.12
The usage of the root user for connecting the microservices to the core-service has been replaced by a shared secret API key that is used to authenticate the core-service's internal system user that always has full rights.
Please see "Enabling the System User Login for Microservices" for instructions on configuring the shared secret API key.
For yuuvis® RAD version < 6.12
The yuuvis® RAD root user is preconfigured with every installation. The This user must to exists exist and always has to have full rights on all object types because the yuuvis® RAD components use this user to communicate with each other.
Thus, changing the password of this user makes changes on to all yuuvis® RAD components necessary. to To change the root user password, follow these steps:
- Got Go to management-studio > Organization > root-user to change the user's password.
- Stop all yuuvis® RAD components (services and applications).
- In the file <service-manager>\config\application-red.yml file , change the value of the key "enaio.dms.password" key to match the new password.
- In the file <rendition<rendition-plus>\webapps\osrenditioncache\WEB-INF\classes\config\config.properties file, change the value of the key "admin.password" to key to match the new password.
- In the file <rendition<rendition-plus>\webapps\renditionplus\WEB-INF\classes\config\config.properties file, change , the value of the key "admin.password" key to match the new password.
- If applicable, change the saved password in the enterprise-manager, designer, agent, and in the browser.
- If applicable, change the configuration of custom microservices and third-party components that access yuuvis® RAD.
- Restart all yuuvis® RAD components. The password has now been changed successfully.
...