Customizing Process Federation Server for Business Automation Workflow on containers
You can add custom configuration for Process Federation Server.
About this task
After you install Business Automation Workflow, the
<CR_Name>-federated_ps_short-secret-custom secret contains a Process Federation Server configuration
file named user.xml. If
federated_ps_short_configuration.enable_default_security_roles is set to
true in the custom resource (CR) file, you can use the
user.xml to configure the user registry and user roles for Process Federation Server.
You can customize the Process Federation Server configuration
by using the
federated_ps_short_configuration.config_dropins_overrides_secret
property in the CR. You must create a secret and set the secret name to
federated_ps_short_configuration.config_dropins_overrides_secret. Use the following
command to create the
secret:kubectl create secret generic ibm-federated_ps_short-config --from-file=/opt/federated_ps_short/configDropinswhere
/opt/federated_ps_short/configDropins is the folder that contains the Process Federation Server configuration
files.Procedure
The following example shows how to update the custom configuration roles for Process Federation Server by changing the user.xml
file.
What to do next
. For more information
on customizing logging, see Troubleshooting Process Federation Server in a container environment
..