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
Trino is now configured using Oauth2.0 and JWT auth. JWT is configured for the Trino schema controller to be able to create schemas for profiles. An admin (user: Rohan Katkar) is able to pass in its JWT token to the Authorization header in the REST API call to authenticate.
On the trino side only the admin's JWT token can be read. This is configured via the user-mapping file http-server.authentication.jwt.user-mapping.file=/etc/mapping/user-mapping.json
Configure to enable OAuth 2.0 authentication over HTTPS for the Web UI, python-client and Trino CLI
Ref: https://trino.io/docs/current/security/oauth2.html
The text was updated successfully, but these errors were encountered: