You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the moment, network policy is bound to user, but in enterprise scenario, there's also need to have setting a global network policy, to restrict only arbitrary IP segments can access the query service.
like:
SET GLOBAL NETWORK_POLICY = 'mypolicy'; // set the policy
SET GLOBAL NETWORK_POLICY = ''; // unset the policy
we should only allow account_admin to edit global network policy in the tenant.
also, we could consider to allow the users with account_admin bypass the network policies, to have a way to recover themselves from being blocked by misconfigured network policies.
The text was updated successfully, but these errors were encountered:
Summary
at the moment, network policy is bound to user, but in enterprise scenario, there's also need to have setting a global network policy, to restrict only arbitrary IP segments can access the query service.
like:
we should only allow
account_admin
to edit global network policy in the tenant.also, we could consider to allow the users with
account_admin
bypass the network policies, to have a way to recover themselves from being blocked by misconfigured network policies.The text was updated successfully, but these errors were encountered: