feat(trino): just trino::cli to launch trino cli
This commit is contained in:
@@ -38,6 +38,7 @@ server:
|
||||
http-server.authentication.oauth2.userinfo-url=https://{{ .Env.KEYCLOAK_HOST }}/realms/{{ .Env.KEYCLOAK_REALM }}/protocol/openid-connect/userinfo
|
||||
http-server.authentication.oauth2.client-id=${ENV:OAUTH2_CLIENT_ID}
|
||||
http-server.authentication.oauth2.client-secret=${ENV:OAUTH2_CLIENT_SECRET}
|
||||
http-server.authentication.oauth2.principal-field=preferred_username
|
||||
http-server.authentication.oauth2.scopes=openid,email,profile
|
||||
http-server.authentication.oauth2.oidc.discovery=true
|
||||
web-ui.authentication.type=oauth2
|
||||
|
||||
Reference in New Issue
Block a user