Address Manager firewall - BlueCat Integrity - 9.6.0

VM Installation Guide

Locale
English
Product name
BlueCat Integrity
Version
9.6.0

This section describes how to configure the Address Manager firewall using cloud-init.

Warning: BlueCat strongly advises against disabling the Address Manager firewall. Disabling the firewall should only be performed for servers in a secure environment and only for short periods of time.

Example

#cloud-config
bluecat_service_config:
  payload: |
   {
      "version": "1.3.0",
      "services": {
        "firewall": {
          "configurations": [
            {
              "firewallConfiguration": {
                "enable": true,
                "allowPing": false 
              }
            }
          ]
        }
      }
   }
Parameters
  • enable—set to true to enable Address Manager firewall service; set to false to disable Address Manager firewall service.
  • allowPing—set to true to allow the Address Manager server to be pinged; set to false to block pings.