Skip to content
#

beyondcorp

Here are 15 public repositories matching this topic...

pomerium
travisgroth
travisgroth commented Aug 14, 2019

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

As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.

Describe the solution you'd like

We should provide some sanity checking to prevent unintended timeout behavior.

Malian
Malian commented Feb 21, 2019

I need to do a collateral call to google APIs from my backend to get additional information about the user (full name, profile picture, team, ...). For that, I need to have the access token. Unfortunately, now I only have access to the user's email.

A solution could be to return the access token in the header key X-Forwarded-AccessToken but I think we will have to manage when the access token

Improve this page

Add a description, image, and links to the beyondcorp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beyondcorp topic, visit your repo's landing page and select "manage topics."

Learn more