1 Using tickets
Eugene edited this page 2022-07-30 19:37:42 +02:00

You can issue tickets that grant a specific user access to a specific target, bypassing authorization. This is especially useful for non-interactive sessions where 2FA flows aren't possible, e.g. when connecting an application to a database or an API through Warpgate.

Creating a ticket

In the admin UI, create a ticket in the Tickets section, selecting a user account and a target:

Once the ticket is created, you'll see the protocol-specific connection instructions. In this case, for an HTTP target, the user can pass the ticket through a query parameter or an Authorization header:

image