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
As a User i want to group multiple network sources into one securityRule. At the moment i have to specify for each source one securityRule.
Anything else you would like to add:
In theory it should be an easy one to extend the securityRule struct by a new field called Sources and do the conversion to SourceAddressPrefixes in here.
But maybe it's also worth the discussion to keep the existing Source field and convert it directly to SourceAddressPrefixes as at least in theory, on Azure side nothing will (should) change.
Environment:
cluster-api-provider-azure version: 1.9.0
Kubernetes version: (use kubectl version):
OS (e.g. from /etc/os-release):
The text was updated successfully, but these errors were encountered:
/kind feature
Describe the solution you'd like
As a User i want to group multiple network sources into one
securityRule
. At the moment i have to specify for each source onesecurityRule
.Anything else you would like to add:
In theory it should be an easy one to extend the
securityRule
struct by a new field calledSources
and do the conversion toSourceAddressPrefixes
in here.But maybe it's also worth the discussion to keep the existing
Source
field and convert it directly toSourceAddressPrefixes
as at least in theory, on Azure side nothing will (should) change.Environment:
1.9.0
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: