Specify custom rules in ECC firewall
Configure the External Communication Channel (ECC) firewall in your MID Server by specifying the custom rules to selectively allow or reject the incoming message and override the Code Signing configuration.
| Parent tag | Child tag |
|---|---|
| DNS | |
| HTTP |
|
| DIRECTORY_SERVICES | LDAP |
| SNMP | |
| SSH |
|
| SYSLOG | |
| WINDOWS |
|
| JAVASCRIPT | |
| GROOVY | |
| VCS | GIT |
| DATABASES | JDBC |
| DATA_SOURCES | |
| INTEGRATION_HUB | |
| ITOM |
|
| ORCHESTRATION |
To
configure the custom rules:
- In the MID Server, identify the file boot-config-sample.yaml.
- Rename the YAML file to boot-config.yaml and move the file to the location: agent/boot-config.yaml.
- In the YAML file, specify the custom rules and save the changes. An example
of the YAML
file:
security: eccFirewall: mode: enforcing rules: - tags: [rest] action: accept - tags: [soap] action: accept - tags: [jdbc] action: reject - Restart the MID Server.