mirror of https://github.com/apache/druid.git
Fix endpoint permissions section in basic-security docs (#6331)
This commit is contained in:
parent
91a37c692d
commit
fd6786ac6c
|
@ -252,7 +252,8 @@ There are two possible resource names for the "CONFIG" resource type, "CONFIG" a
|
|||
|
||||
|Endpoint|Node Type|
|
||||
|--------|---------|
|
||||
|`/druid/coordinator/v1/security`|coordinator|
|
||||
|`/druid-ext/basic-security/authentication`|coordinator|
|
||||
|`/druid-ext/basic-security/authorization`|coordinator|
|
||||
|
||||
### STATE
|
||||
There is only one possible resource name for the "STATE" config resource type, "STATE". Granting a user access to STATE resources allows them to access the following endpoints.
|
||||
|
@ -283,6 +284,12 @@ There is only one possible resource name for the "STATE" config resource type, "
|
|||
|`/druid-internal/v1/segments/`|realtime|
|
||||
|`/status`|all nodes|
|
||||
|
||||
### HTTP methods
|
||||
|
||||
For information on what HTTP methods are supported on a particular request endpoint, please refer to the [API documentation](../../operations/api-reference.html).
|
||||
|
||||
GET requires READ permission, while POST and DELETE require WRITE permission.
|
||||
|
||||
## Configuration Propagation
|
||||
|
||||
To prevent excessive load on the coordinator, the Authenticator and Authorizer user/role database state is cached on each Druid node.
|
||||
|
|
Loading…
Reference in New Issue