Using BlueCat Gateway with multiple Address Manager servers - Platform - BlueCat Gateway - 22.4.1

Gateway Installation Guide

Locale
English
Product name
BlueCat Gateway
Version
22.4.1

If you are using BlueCat Gateway with multiple BAM servers, you can configure Gateway to display a drop-down menu of BAM servers on the login page.

To use Gateway with multiple BAM servers:

  1. Execute the following docker run command for the initial setup of the container. In this step, you must set the BAM IP as an environment variable.
    docker run -d \
    -p 80:8000 \
    -p 443:44300 \
    -v <path_to_workspace>:/bluecat_gateway/ \
    -v <path_to_mapped_log_directory>:/logs/ \
    -e BAM_IP=<your bam ip or url> \
    --name bluecat_gateway quay.io/bluecat/gateway:v22.4.1
  2. Log in to BlueCat Gateway.
  3. From the General Configuration Workflow page, enter the necessary BAM IPs and aliases, then click Save.
  4. Log out of BlueCat Gateway.
    On the login page, you can select a BAM server from the BAM Selection drop-down menu.