Creating secrets to protect sensitive configuration data
A secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Before you install IBM Business Automation Workflow, you must create secrets manually for LDAP, Business Automation Workflow, IBM Business Automation Application Engine, Resource Registry, IBM FileNet® Content Manager, and IBM Business Automation Navigator.
About this task
All values under
data in each secret must be Base64 encoded. To get a
Base64-encoded string, run the following
command:echo -n "<sample_string>" | base64The output is the Base64-encoded
result.Important: Make sure each secret has fewer than 20 characters.
Procedure
What to do next
There are optional steps you can do next.
- To run IBM Business Automation Workflow with Business Automation Insights, see Preparing to install Business Automation Insights.
- To prepare for customizations, such as custom case widgets and custom case extensions, see Preparing your environment for customizations.
- To see a visual representation of the extended history for a case, see, such as custom case widgets and custom case extensions, see Optional: Enabling the Timeline Visualizer widget to display Business Automation Workflow process activity flow.
After you've done any optional steps and prepared for each capability that you want to install, deploy the custom resource (CR) file. See Creating a production deployment.