Replies: 2 comments 1 reply
-
If you're using LDAP/password file auth then you need to pass the proper credentials as well via the |
Beta Was this translation helpful? Give feedback.
-
@hashhar !
I get following output:
|
Beta Was this translation helpful? Give feedback.
-
Trino :421,deloy in k8s,turn on LDAP auth and passworld file auth.
curl -v -X PUT -d '"SHUTTING_DOWN"' -H "Content-type: application/json" http://worker:8080/v1/info/state
result:Basic authentication or X-Trino-User must be sent
curl -v -X PUT -d '"SHUTTING_DOWN"' -H "Content-type: application/json" --header "X-Trino-User:test" http://worke r:8080/v1/info/state
result: HTTP/1.1 403 Forbidden
i add http-server.authentication.header.user-mapping.pattern=(.)(@.) in config.properties restart error:
Configuration property 'http-server.authentication.header.user-mapping.pattern' was not used
what should i do ?
Beta Was this translation helpful? Give feedback.
All reactions