Optional: Customizing Process Federation Server
You can add custom configuration for Process Federation Server.
About this task
After you install Business Automation Workflow, the
<CR_Name>-pfs-secret-custom secret contains a Process Federation Server configuration file named
user.xml. If pfs_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
pfs_configuration.config_dropins_overrides_secret
property in the CR. You must create a secret and set the secret name to
pfs_configuration.config_dropins_overrides_secret. Use the following command to
create the
secret:kubectl create secret generic ibm-pfs-config --from-file=/opt/pfs/configDropinswhere
/opt/pfs/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.