xiangfu0 opened a new issue #7323: URL: https://github.com/apache/pinot/issues/7323
Try with: ``` bin/quick-start-auth.sh ``` Once it's up, go to `http://localhost:9000/` Try out user credential: `user/secret` Then click on table name `baseballStats`:  This also happens when click `RUN QUERY` button. Schema call has the `Authorization` header, but seems not verified:  Query call has no header:  Tried with admin permission: `admin/verysecret` Then click on table name `baseballStats`: Schema call is ok, but the query is still missing auth header.  Schema call has the `Authorization` header, and verified:  Query call has no header:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org