Skip to content

Disallow specifying duplicating ports when creating an app. #387

@levshvarts

Description

@levshvarts

During app creation we validate access_ports; however we don't make sure that all ports are unique - if the following string is supplied: tcp:2222,tcp:2222, it will be accepted, but when we create envoy config, this will cause the duplicate cluster creation.
We need to add unique check to access port validation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions