This is an automated email from the ASF dual-hosted git repository.
jonwei pushed a commit to branch 0.12.3
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/0.12.3 by this push:
new 6bea00c Fix endpoint permissions section in basic-security docs
(#6331) (#6332)
6bea00c is described below
commit 6bea00c2bd87133b6c7fa92547481f91de6b8f0a
Author: Jonathan Wei <[email protected]>
AuthorDate: Fri Sep 14 15:58:51 2018 -0700
Fix endpoint permissions section in basic-security docs (#6331) (#6332)
[Backport] Fix endpoint permissions section in basic-security docs (#6331)
---
docs/content/development/extensions-core/druid-basic-security.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/docs/content/development/extensions-core/druid-basic-security.md
b/docs/content/development/extensions-core/druid-basic-security.md
index b29ae13..a61e09f 100644
--- a/docs/content/development/extensions-core/druid-basic-security.md
+++ b/docs/content/development/extensions-core/druid-basic-security.md
@@ -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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]