Comment on page
NETWORK POLICY
Config path:
/network_policy.yaml
Example:
test_network_policy_1:
allowed_ip_list:
- 0.0.0.0/0
blocked_ip_list:
- 1.1.1.1
- 8.8.8.8
- {key} (ident) - name of network policy
- {value} (dict)
- allowed_ip_list (list)
- {items} (str) - IPv4 addresses that are allowed access to Snowflake account
- blocked_ip_list (list)
- {items} (str) - IPv4 addresses that are denied access to Snowflake account
- comment (str)
- 1.It is recommended to apply changes to
NETWORK POLICIES
manually due to high security risk. If you use admin role with SYSADMIN + SECURITYADMIN for SnowDDL, make sure manually createdNETWORK POLICIES
are owned bySECURITYADMIN
, not byACCOUNTADMIN
.
Last modified 7d ago