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
Like in GCP IAP. The idea here is to provide a client that will expose a local port for TCP connections. This client will wrap every tcp packet in an https connection and send it to Otoroshi. Otoroshi will verify if the connection is okay (user, etc ...) and then unwrap packet and forward it to the target tcp service.
Like in GCP IAP. The idea here is to provide a client that will expose a local port for TCP connections. This client will wrap every tcp packet in an https connection and send it to Otoroshi. Otoroshi will verify if the connection is okay (user, etc ...) and then unwrap packet and forward it to the target tcp service.
To do that we need to
handler.scala
urn:ietf:wg:oauth:2.0:oob
(Support something likeurn:ietf:wg:oauth:2.0:oob
in private apps. #297)Tasks for MVP
/.well-known/otoroshi/me
and/.well-known/otoroshi/tunnel
urn:ietf:wg:oauth:2.0:oob
in private apps. #297)Tasks for stable version
Docs
The text was updated successfully, but these errors were encountered: