jon-wei commented on a change in pull request #7579: Adjust required permissions for system schema URL: https://github.com/apache/incubator-druid/pull/7579#discussion_r280181570
########## File path: docs/content/development/extensions-core/druid-basic-security.md ########## @@ -310,6 +310,18 @@ For information on what HTTP methods are supported on a particular request endpo GET requires READ permission, while POST and DELETE require WRITE permission. +### SQL Permissions + +Queries on Druid datasources require DATASOURCE READ permissions for the specified datasource. + +Queries on the [information schema tables](../../querying/sql.html#information-schema) require DATASOURCE READ access for the specified datasource. Review comment: Thanks, reworded ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
