Skip to content

Setting allowAllInClusterTraffic without managedSecurityGroups has no effect #1878

Closed
@mdbooth

Description

@mdbooth

/kind feature

By itself, setting:

spec:
  ...
  allowAllInClusterTraffic: true

will not allow all in cluster traffic. This is because it is a setting of managed security groups, which must also be enabled for this to take effect.

This described in the doc text, but when #1826 lands we have the opportunity to do better.

If we moved allowAllInClusterTraffic into the new SecurityGroupsSpec, then it would be impossible to set it without also enabling managed security groups. The configuration would become:

spec:
  ...
  managedSecurityGroups:
    allowAllInClusterTraffic: true

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions