You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
sometimes users need to access routes via the command line.
currently users have option of either minting a service account or implementing a programmatic login.
Describe the solution you'd like
pomerium-cli already implements and caches authorization token. we can add a new command that would output a cached token, or, if its not available, would acquire a new one.
# pomerium-cli auth https://my-route.example.com
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
sometimes users need to access routes via the command line.
currently users have option of either minting a service account or implementing a programmatic login.
Describe the solution you'd like
pomerium-cli already implements and caches authorization token. we can add a new command that would output a cached token, or, if its not available, would acquire a new one.
The text was updated successfully, but these errors were encountered: