Network Policies / Rules #127
-
Hello! Is there a way to specify rules within the policy yaml file in SnowDDL? The documentation suggests it's just IP addresses... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes, it seems Snowflake implemented "network rules" for I am going to add it, but it might take a bit of extra work. Network rules are schema-level objects for some reason, but policies are account-level objects. The plan is the following:
As far as I know, you do not need You may only need ACCOUNTADMIN to set account-level NETWORK_POLICY, but it can be created by SnowDDL first. It should be alright, unlike |
Beta Was this translation helpful? Give feedback.
-
@BenKentzer , please check version Updated docs for It can be assigned to account using new It can be assigned to user using |
Beta Was this translation helpful? Give feedback.
@BenKentzer , please check version
0.33.0
.Updated docs for
NETWORK_POLICY
: https://docs.snowddl.com/basic/yaml-configs/network-policyIt can be assigned to account using new
ACCOUNT_POLICY
config: https://docs.snowddl.com/basic/yaml-configs/account-policyIt can be assigned to user using
network_policy
reference inUSER
object: https://docs.snowddl.com/basic/yaml-configs/user#policy-reference-parameters