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
curl with valid token -> run any query at all ✔️
Able to authenticate successfully connecting to trino using --user default (local cluster default service account: "sub": "system:serviceaccount:default:default"
Trino Coordinator pod would keep going to crashloopbackoff. Viewed the logs of the pod and noticed Trino complaining about missing shared secret and needs internal authentication configuration property. All nodes required internal-communication.shared-secret=<secret>
Verify user is able to authenticate with JWT token in namespace and connect to trino. Running
select current_user;
should return user namespace name.Confirm following senarios:
The text was updated successfully, but these errors were encountered: