I was trying to connect pinot with trino , connect...
# troubleshooting
m
I was trying to connect pinot with trino , connections looks good , I’m getting pinot catalog also but when i exectue
{"code":403,"error":"Permission is denied for access type 'READ' to the endpoint '<http://controller.com/tables>'"}
Any idea how to resolve ?
k
Hi, do you have auth enabled on your cluster?
m
yes , and already added auth config in trino clustet .
Copy code
pinot.controller.authentication.type = PASSWORD
     pinot.controller.authentication.user=XXXXX
     pinot.controller.authentication.password = XXXXXXX$Z
     pinot.broker.authentication.type = PASSWORD
     pinot.broker.authentication.user = XXXXXX
     pinot.broker.authentication.password = XXXXXX$Z
k
And this user has READ permissions on table? You might need to update the user permissions if they are not there
m
No , this is master user,