trino-gateway
trino-gateway copied to clipboard
I notice there are some limitations on routing using gateway domain as of now in gateway v9. if i try to access query history in trino web ui using gateway...
## Description As different routing rules are implemented, `routingManager.updateBackEndStats` method could be overridden. An example is https://github.com/trinodb/trino-gateway/blob/c052bb237450d7fc2f2f7af1b06f7fc8f4cdee48/gateway-ha/src/main/java/io/trino/gateway/ha/router/QueryCountBasedRouter.java#L238-L241 Therefore, it will be more useful to log unhealthy clusters at `ActiveClusterMonitor` level...
## Description Relates to #41 ## Release notes (x) This is not user-visible or is docs only, and no release notes are required.
## Description Fix #339 Depends on #343 Add state and nonce verification and integration test in OIDC. ## Implementation details ### State Ref: https://developers.google.com/identity/openid-connect/openid-connect#server-flow Correct implementation of OIDC: 1. Create...
Things that are missing: * unique session token that holds state * set and verify `nonce` and `state` during authentication I think what I'm going to do is reimplement the...
Hi, I am trying to use helm deployment of trino gateway. trino gateway version: 8 gateway_ovverides.yaml ``` # Default values for gateway. # This is a YAML-formatted file. # Declare...
Clicking the `Active` toggle for one backend may result in a different toggle switch changing state, while the one you are attempting to click remains unaltered. Chrome Version 124.0.6367.119 (Official...
Login to the new gateway web UI using OAuth2/ODIC. Let it go inactive for about 10 min. Now interact with UI by clicking on the menu - Dashboard or Cluster...
## Description Add an option to configure additional custom paths that should be treated like `/v1/statement`. This is required to support some features of Starburst Trino. ## Additional context and...
## Description Resolve #41 The first two commits will be split into different PR. The following commits can no longer be built and tested individually. This is caused by the...