Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support service account #160

Closed
wasaga opened this issue Nov 9, 2022 · 1 comment · Fixed by #164
Closed

support service account #160

wasaga opened this issue Nov 9, 2022 · 1 comment · Fixed by #164
Assignees

Comments

@wasaga
Copy link
Contributor

wasaga commented Nov 9, 2022

Is your feature request related to a problem? Please describe.

I'd like to run pomerium-cli as a sidecar in a container, enabling access to services running in another cluster or network.

Describe the solution you'd like

I'd like to be able to pass a service account token to the CLI, so that connection would be available until the SA token expires.

A container should quit if the token is expired with a clear error message.

Describe alternatives you've considered

Explain any additional use-cases

Additional context

Related: #58

@desimone
Copy link
Contributor

desimone commented Nov 14, 2022

Problems this aims to solve:

  1. Session expiration can be frustrating when multiple connections are open (then they all open up at once) multiple auth windows open at once when session expires desktop-client#162
  2. Not having control over which browser (or browser profile) is opened when the session is expired
  3. We want to provide a way for folks to leverage the cli and service accounts to make machine to machine calls.

I think we should tackle (1) (2) in follow up tickets in the desktop client. We should support (3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants