Release 7.2
Note |
---|
This release requires you to execute some manual steps that are not yet included in the installer! Use Release 7.3 where this can be done on the installer UI |
After update steps (if the ELSA workflow runner/dashboard is
...
installed)
Set a new password for service account identity elsa_workflow_api_user in the identity management UI and remember what password you used
Open ElsaWorkflow_ApplicationConfiguration.json with the MachineCryptoTool
Set the “Password” value to the same password from the first step
Adjust the PASSWORD in the following SQL command to the same password
Adjust the IdentityPrefix c1s in the following SQL command to the value from the table moving_global.security_app_customer in the column identity_prefix
Execute the SQL
Code Block language sql INSERT INTO `moving_appcustomer_900000`.`setting_setting_value` (`tenant_id`, `security_user_id`, `setting_id`, `string_value`, `setting_module_guid`) VALUES ('1', '0', '2', '{\"ServiceUserUserName\":\"elsa_workflow_api_user\", \"ServiceUserPassword\":\"PASSWORD\", \"IdentityPrefix\":\"c1s\"}', '2C34DA73-B87D-4444-8EB9-ED80B5A86BB3');
Open C:\Program Files\ITSENSE AG\Workflow Dashboard\appsettings.json
Insert the part on line 16 to 18 into this JSON file, don’t forget the comma on line 15!
Code Block language json { "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "Elsa": { "Server": { "BaseUrl": "https://workflow.itsense.ch:9001", "BasePath": "/workflows" } }, "AuthorizationServer": "https://login-staging.itsense.ch", "ClientId": "cos_workflowservice", "Secret": "workflowrunnersecret" }
Change the value of AuthorizationServer to the URL of the auth server
Change the ClientId and ClientSecret to the same values like the ClientId and ClientSecret from ElsaWorkflow_ApplicationConfiguration.json
CoreOne Admin UI
-
CoreOne Application API V2
...