8000 Having port range or port wildcard in configurations and rules · Issue #23983 · istio/istio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Having port range or port wildcard in configurations and rules #23983
Open
@tvdinh

Description

@tvdinh

Describe the feature request
Having port range or port wildcard in configurations and rules.

Context:

  1. Configure external service (Apache ActiceMQ server in particular) for Istio Service Mesh

  2. External services like Apache ActiceMQ, they have a few standards ports but then also use a random port to communicate with established clients (via JMS etc.). So to whitelist them, it would be useful that port range/wildcard can be defined like the below.

For example, defining a ServiceEntry

apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
  name: "activemq"
spec:
  hosts:
  - activemq.external
  location: MESH_EXTERNAL
  resolution: DNS
  ports:
  - name: "all-ports-activemq"
    number: *
    protocol: TCP

Describe alternatives you've considered
No obvious alternatives. Please suggest if there is an alternative

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0