Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

  1. Got Go to management-studio > Organization > root-user to change the user's password.
  2. Stop all yuuvis® RAD components (services and applications).
  3. 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.
  4. 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.
  5. 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.
  6. If applicable, change the saved password in the enterprise-manager, designer, agent, and in the browser.
  7. If applicable, change the configuration of custom microservices and third-party components that access yuuvis® RAD.
  8. Restart all yuuvis® RAD components. The password has now been changed successfully.

...