techdocsmith commented on a change in pull request #11718:
URL: https://github.com/apache/druid/pull/11718#discussion_r723802515



##########
File path: docs/operations/security-user-auth.md
##########
@@ -139,7 +139,8 @@ Queries on the [system schema 
tables](../querying/sql.md#system-schema) require
 - `segments`: Segments will be filtered based on DATASOURCE READ permissions.
 - `servers`: The user requires STATE READ permissions.
 - `server_segments`: The user requires STATE READ permissions and segments 
will be filtered based on DATASOURCE READ permissions.
-- `tasks`: Tasks will be filtered based on DATASOURCE READ permissions.
+- `supervisors`: Supervisors will be filtered based on DATASOURCE WRITE 
permissions.
+- `tasks`: Tasks will be filtered based on DATASOURCE WRITE permissions.

Review comment:
       ```suggestion
   - `tasks`: Druid filters tasks according to DATASOURCE WRITE permissions.
   - `supervisors`: Druid filters supervisors according to DATASOURCE WRITE 
permissions.
   ```
   Suggested changes to match some other security update language.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to