Hello community!
I am developing a ServiceNow - SMAR connector using Bridge. My client has Access Control List (ACL) configured in their ServiceNow environment, which requires an IP address or an IP range to whitelist. Smartsheet only provides a DNS Record for Bridge, and not a static IP address. I have tried using nslookup to resolve the DNS record into an IP to integrate with ServiceNow's ACL, but to no avail. My client cannot disable their ACL for security reasons, ServiceNow can only accept IP addresses, and Smartsheet cannot provide a whitelist range besides a DNS record (aws.relay.smartsheet.com). Because of this, we are encountering a HTTP 503 Error which blocks communication between ServiceNow and Smartsheet. This is blocking Bridge integration with their ServiceNow environment.
Has anyone encountered using ACL in ServiceNow with Bridge? Is it possible to resolve the DNS record to a stable IP Address endpoint that SN ACL can accept? What are the workarounds and best practices here?
Thank you for your help!