feat(trino): just trino::cli to launch trino cli

This commit is contained in:
Masaki Yatsu
2025-10-21 00:46:13 +09:00
parent 337d52c2dc
commit 5905b1b264
2 changed files with 26 additions and 0 deletions

View File

@@ -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