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
ccl/sqlproxyccl: remove ConnectivityType from tenants
Previously, we added a ConnectivityType to tenants with the intention of
restricting ACLs to only public or private connections. After some internal
discussions, this field seems to be redundant. Callers should just supply an
empty AllowedCIDRRanges or AllowedPrivateEndpoints field if they wanted to
restrict specific types of connections. This commit removes the unnecessary
ConnectivityType field from the tenant object.
Release note: None
Epic: none
0 commit comments