mirror of https://github.com/apache/druid.git
Fix docs to explain that WRITE permissions do not include READ (#11785)
* Fix docs to explain that WRITE and READ are exclusive * Fix indentation * Use suggested doc style
This commit is contained in:
parent
989297edc3
commit
c2c724c065
|
@ -50,6 +50,8 @@ In practice, most deployments will only need to define two classes of users:
|
|||
|
||||
It is important to note that WRITE access to DATASOURCE grants a user broad access. For instance, such users will have access to the Druid file system, S3 buckets, and credentials, among other things. As such, the ability to add and manage datasources should be allocated selectively to administrators.
|
||||
|
||||
`WRITE` permission on a resource does not include `READ` permission. If a user requires both `READ` and `WRITE` permissions on a resource, you must grant them both explicitly. For instance, a user with only `DATASOURCE READ` permission
|
||||
might have access to an API or a system schema record that a user with `DATASOURCE WRITE` permission would not have access to.
|
||||
|
||||
## Default user accounts
|
||||
|
||||
|
|
Loading…
Reference in New Issue