mirror of https://github.com/apache/druid.git
d74d6824ec
Current DOC at step https://druid.apache.org/docs/latest/operations/auth-ldap.html#add-an-ldap-user-to-druid-and-assign-a-role Example request to add the LDAP user myuser to Druid: curl -i -v -H "Content-Type: application/json" -u internal -X POST http://localhost:8081/druid-ext/basic-security/authentication/db/ldap/users/myuser Example request to assign the myuser user to the queryRole role: curl -i -v -H "Content-Type: application/json" -u internal -X POST http://localhost:8081/druid-ext/basic-security/authentication/db/ldap/users/myuser/roles/queryRole Expected: Example request to add the LDAP user myuser to Druid: curl -i -v -H "Content-Type: application/json" -u internal -X POST http://localhost:8081/druid-ext/basic-security/authorization/db/ldapauth/users/myuser Example request to assign the myuser user to the queryRole role curl -i -v -H "Content-Type: application/json" -u internal -X POST http://localhost:8081/druid-ext/basic-security/authorization/db/ldapauth/users/myuser/roles/queryRole |
||
---|---|---|
.. | ||
alerts.md | ||
api-reference.md | ||
auth-ldap.md | ||
basic-cluster-tuning.md | ||
clean-metadata-store.md | ||
deep-storage-migration.md | ||
dump-segment.md | ||
dynamic-config-provider.md | ||
export-metadata.md | ||
getting-started.md | ||
high-availability.md | ||
http-compression.md | ||
insert-segment-to-db.md | ||
java.md | ||
kubernetes.md | ||
metadata-migration.md | ||
metrics.md | ||
mixed-workloads.md | ||
other-hadoop.md | ||
password-provider.md | ||
pull-deps.md | ||
python.md | ||
request-logging.md | ||
reset-cluster.md | ||
rolling-updates.md | ||
rule-configuration.md | ||
security-overview.md | ||
security-user-auth.md | ||
segment-optimization.md | ||
single-server.md | ||
tls-support.md | ||
use_sbt_to_build_fat_jar.md | ||
web-console.md |