NETWORK POLICY
Config path: /network_policy.yaml
Example:
Schema
{key} (ident) - name of network policy
{value} (dict)
allowed_network_rule_list (list)
{items} (ident) - network rules allowing access to Snowflake account
blocked_network_rule_list (list)
{items} (ident) - network rules blocking access to Snowflake account
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)
Usage notes
It is recommended to review and apply changes to
NETWORK POLICIES
manually due to high security risk.Since
NETWORK POLICIES
are account-level objects andNETWORK RULES
are schema-level objects, names of network rules should be fully qualified<database>.<schema>.<name>
.
Links
Last updated