Configuring a default policy project
You can configure a default policy project for an integration server by setting the policy project name in the integration server's server.conf.yaml configuration file.
Before you begin
- Read Overriding properties at run time with policies for background information.
- Create a policy project for the required message flow nodes.
- Deploy your message flows to the integration server.
About this task
You can configure a default policy project to be used by an integration server, by
setting the policyProjects property in the Defaults
section of the integration server's server.conf.yaml configuration file, as
shown in the following example. The policy project that you specify is then used when a policy is
required but no policy name has been specified. The default value for the
policyProject property is
DefaultPolicies
.
Defaults:
#defaultApplication: '' # Name a default application under which independent resources will be placed
#policyProject: 'DefaultPolicies' # Name of the Policy project that will be used for unqualified Policy references, default is 'DefaultPolicies'
Policies:
# Set default policy names, optionally qualified with a policy project as {policy project}:name
#monitoringProfile: '' # Default Monitoring profile
Credentials:
# Names a default credential name to be used when a more specific credential is not available for the credential type.
#httpproxy: ''
#jdbc: ''
#kafka: ''
#kerberos: ''
#ldap: ''
#odbc: ''
#mq: ''
#wsrr: ''
Procedure
To configure a default policy project for an integration server, complete the following steps: