Skip to content

Network destinations need an optional port #2579

Description

@jeffmaury

Is your feature request related to a problem? Please describe

OpenShell does network authorization using hostname and port. We are using only ports. Thus only ports 80 and 443 are reachable

Describe the solution you'd like

Add an optional port field for each destination. As destinations are stored as strings, we could

  • use host:port notation
  • change from string to { host, port} inside the workspace.json but that would required handling the 2 use cases

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions