estuary / data-plane-gateway

Other
0 stars 0 forks source link

Allow interactive login for accessing private ports of tasks #30

Closed psFried closed 1 year ago

psFried commented 1 year ago

The goal is to make it so that users can just click a link for a private port and be taken through the authentication flow automatically. Here's the plan for how that can work:

psFried commented 1 year ago

As I got into the implementation, I realized there were a few things that needed to be changed.

So the revised summary is:

psFried commented 1 year ago

estuary/ui#526 is a related UI PR, which implements the /data-plane-auth-req page, and also displays exposed endpoints in the UI so that users can find them easily.