vrajat commented on PR #15994: URL: https://github.com/apache/pinot/pull/15994#issuecomment-2943008982
There is another condition that has to be enforced. * Database header enforces a specific database. Default is `default` * It should not be possible to reference database objects from a database different from the one specified in the header. For example, ``` curl -H "database: db" ``` should not be allowed to execute CRUD APIs or query a logical table `db2.logical`. IIUC that is not enforced in this PR ? -- 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