Handle TCP connections in a single command invocation #58
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
NeedsMoreData
Waiting for additional user feedback or case studies
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
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:
The text was updated successfully, but these errors were encountered: