Network Rules

Snowflake network rules manage network traffic for both incoming and outgoing requests. For more details, refer to Snowflake: Network Rules.

Configuring network rules is essential for enabling remote connectivity as part of the External Access Integrations. Snoweaver uses network rules solely for outgoing requests. The configuration involves specifying a list of allowed domains and their corresponding port ranges. Here are the key points to remember:

  • The permissible port range is 1-65535.

  • If no port is specified for a domain, the default port 443 is used.

  • To enable access to all ports for a specific domain, set the port to 0 (e.g., company.com:0).

Example configuration:

api.example.com        # Default port 443
data.company.com:8080  # Specific port 8080
wildcard.org:0         # All ports allowed