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
Some applications that can launched as a workbench (example: Langflow) have their own internal authentication mechanism based on a Bearer token.
The current Oauth-proxy configuration does not pass this information (it is stripped from the headers), preventing the application to work properly.
The parameter --pass-user-bearer-token must be added here
What did you expect to happen:
The Bearer token sent from a web app should not be filtered by the Oauth-proxy.
This currently prevents new versions of Langflow to be used as custom workbench images.
The text was updated successfully, but these errors were encountered:
/kind bug
Some applications that can launched as a workbench (example: Langflow) have their own internal authentication mechanism based on a Bearer token.
The current Oauth-proxy configuration does not pass this information (it is stripped from the headers), preventing the application to work properly.
The parameter
--pass-user-bearer-token
must be added hereWhat did you expect to happen:
The Bearer token sent from a web app should not be filtered by the Oauth-proxy.
This currently prevents new versions of Langflow to be used as custom workbench images.
The text was updated successfully, but these errors were encountered: