Configure and register a private relay to establish an encrypted connection to the Reverse Tunnel gateway.
Before you begin
- The Reverse Tunnel store app must be available in the ServiceNow Store.
- The
com.glide.tunnel (Private Tunnel) plugin must be activated on your instance before installing the store app.
- The host machine must be running
Linux x86-64 or Windows x86-64.
- The host machine must have outbound network access to the ServiceNow instance on port 443 and to the gateway on ports 8090 and 8081.
- A user account must be available to create a service account for the relay.
Role required: sn_zc_tunnel.relay_manager
Procedure
-
Download the relay artifact SR - WDF - Reverse Tunnel Relay v1.0 (AS) from the ServiceNow Store.
-
Extract the artifact files.
-
Configure and start the relay following the README instructions included in the extracted artifact.
-
Navigate to and verify a relay record was created.
Note: After successful registration, a record ID is stored in the
config.yamlfile.
Do not modify or remove this value.
-
In the relay record, select Create gateway to create a gateway instance.
Note: Selecting this action more than once is safe — only the first selection creates the gateway. Two gateway records are automatically attached to the Gateways field, tied to the instance name.
-
Register backend services to the relay.
-
Note the fully qualified domain name (FQDN) and port number of the data source you want to access through the tunnel.
For example: acme.snowflakecomputing.com:443.
-
In the relay record, select Unlock
Services.
-
Select the Lookup using
list icon
to open the Service Endpoints list.
-
Select New.
-
Enter a name for the service endpoint and the FQDN and port number.
-
Select Submit.
-
Save the record.
-
Set up the zero
copy
connection.
-
Navigate to (Workflow Data Fabric).
-
Select the connector you want to configure with the relay.
-
Enter the credentials for the connector.
Note: The connection URL hostname must exactly match the FQDN registered as a service endpoint. If the backend data source has an IP allowlist restriction, verify the relay is running on the same machine that is
on the allowlist.
-
Select Test Connection.
If the connection test succeeds, the private tunnel setup is complete.