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
Similar to how in Trino, HTTP client properties can be specified to enable HTTP client properties for authentication HTTP interactions, Trino Gateway should also support this functionality to enable proxying for different authentications.
The following properties can be used after adding the specific prefix to the property. For example, for [OAuth 2.0 authentication](https://trino.io/docs/current/security/oauth2.html), you can enable HTTP for interactions with the external OAuth 2.0 provider by adding the prefix oauth2-jwk to the http-client.connect-timeout property, and increasing the connection timeout to ten seconds by setting the value to 10:
oauth2-jwk.http-client.connect-timeout=10s
The following prefixes are supported:
oauth2-jwk for [OAuth 2.0 authentication](https://trino.io/docs/current/security/oauth2.html)
jwk for [JWT authentication](https://trino.io/docs/current/security/jwt.html)
exchange to configure data transfer between Trino nodes in addition to [Exchange properties](https://trino.io/docs/current/admin/properties-exchange.html)