trinodb / trino-gateway

Home Page:https://trinodb.github.io/trino-gateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

security authorization issues?

andyliao0508 opened this issue · comments

I use Form/Basic authentication

following:
presetUsers:
user1:
password:
privileges: "lb_admin, lb_user"
user2:
password:
privileges: "lb_api"

The authorized account and password pop up.
Input user and password ,401 Unauthorized will always appear.

my setting sample:
authentication:
defaultType: "form"

presetUsers:
user1:
password: "pass"
privileges: "lb_admin, lb_user, lb_api"

Please feel free to ask in #trino-gateway Slack channel so that we can talk interactively. Let me close this issue.