DevOps Configuration
Overview
This page provides details about the Workbench UI configuration required to enable it in any environment.
DevOps Configuration
In the DevOps repository of your organization, locate the following "deploy-as-code/helm/environments/unified-dev.yaml"
. Inside the environment YAML file used to deploy the Core platform, please add the following block of code:
A dev environment sample file is linked here. Note that you will have to modify this for your deployment.
Global Configuration
This section contains a config that applies globally to all UI modules. These need to be configured before configuring the service-specific UI.
Steps to create a globalconfig.js file:
Create a config file (globalconfigs.js) with the below-mentioned configurations (refer code below).
Configure all the images/logos required in the S3 and add links as footerBWLogoURL, footerLogoURL.
Mention the state tenant ID as stateTenantId.
If any user roles have to be made invalid add as invalidEmployeeRoles.
Then push this global config file into your S3 bucket as globalconfigs.js.
Mention the globalConfigs file URL in your
Environment config
.
Localisation Configuration
All strings localised per module are provided in this sheet linked here. To translate the UI into other languages, please follow this sheet and provide appropriate translations in your language.
Reference Links
Figma screens for the UI are here. Refer to them to understand the Workbench UI.
Last updated