-
Notifications
You must be signed in to change notification settings - Fork 9
Handle TCP connections in a single command invocation #58
Copy link
Copy link
Open
Labels
NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.NeedsMoreDataWaiting for additional user feedback or case studiesWaiting for additional user feedback or case studiesWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.
Metadata
Metadata
Assignees
Labels
NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.NeedsMoreDataWaiting for additional user feedback or case studiesWaiting for additional user feedback or case studiesWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.Issue is not actionable because of missing required information, which needs to be provided.
Type
Fields
Give feedbackNo fields configured for issues without a type.
It'd be nice to have a single instance of pomerium-cli that could handle multiple TCP connections at a time.
For example, if you have an internal development server with services on a few different ports (database, SSH, etc.), it’d be handy to give users a single command they can run to open those ports all at once, and CTRL+C when they’re done.
As a single process, theoretically it could even cache authentication across the services so the user would only need to authenticate once.
As it stands now, my options are: