Configure gateway for database integration

To set the gateway to act as the orchestrator for database integrations, you must create the gateway configuration file and apply the setup token.

About this task

Early Access release

Gateway configuration with a setup token is necessary to centralize the organization of database integrations. This task applies to system administrators who are setting up a new gateway infrastructure.

The setup token serves as a secure credential that authorizes the gateway to communicate with your orchestration platform. By configuring the gateway as an orchestrator, you enable it to manage multiple database connections from a single point, streamlining integration deployment and monitoring across your infrastructure.

Complete this configuration immediately after initial gateway installation, before you begin adding database connections to the system. The gateway must have the orchestrator role enabled to function as a central integration hub.

Before you begin

  1. Create a sftd-gateway.yaml file, and then enter the following values:

    # Orchestrator

    Orchestrator:

    Enabled: true

  2. Go back to the gateway setup token view, copy the setup token, and save it in the setup token file. The token file is located at /var/lib/sft-gatewayd/setup.token.
  3. Save and close the file.
  4. Start the gateway.

    sudo systemctl start sft-gateway

  5. Check that the gateway started successfully.

    sudo systemctl status sft-gatewayd and then journalctl -u sft-gatewayd

Go back to the Resource Administration > Gateways. Your gateway should appear in the list with the Infrastructure Orchestrator role.