druid/docs/operations
tejasparbat d74d6824ec
update LDAP endpoint (#13839)
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
2023-02-23 13:55:06 -08:00
..
alerts.md Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
api-reference.md Compaction history returns empty list instead of 404 when not found (#13730) 2023-02-01 17:44:07 -08:00
auth-ldap.md update LDAP endpoint (#13839) 2023-02-23 13:55:06 -08:00
basic-cluster-tuning.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
clean-metadata-store.md Update clean-metadata-store.md (#13131) 2023-02-21 12:53:54 -08:00
deep-storage-migration.md cleaning up and fixing links (#10528) 2020-12-17 13:37:43 -08:00
dump-segment.md dump-segment tool support for examining nested columns (#13356) 2022-11-14 16:08:47 -08:00
dynamic-config-provider.md Docs: Splits Kafka topic. Adds detailed example for kafka inputFormat (#11912) 2021-11-12 13:02:23 -08:00
export-metadata.md Update Kafka loading docs to use the streaming data loader (#8544) 2019-09-22 15:00:52 -07:00
getting-started.md Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
high-availability.md fixes web console introduction and addresses linking issues (#11609) 2021-08-18 08:37:05 -07:00
http-compression.md De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
insert-segment-to-db.md De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
java.md Add Java 17 information to documentation. (#12990) 2022-08-30 12:32:49 -07:00
kubernetes.md Bump the version of Druid docker image from 0.16.0-incubating to latest (#13058) 2022-09-10 14:06:00 +05:30
metadata-migration.md fixed init commands for both mysql and postgresql (#13713) 2023-02-01 18:07:31 -08:00
metrics.md Allow users to add additional metadata to ingestion metrics (#13760) 2023-02-08 18:07:23 -08:00
mixed-workloads.md Docs for cluster tiering to improve query concurrency (#12128) 2022-01-15 12:22:08 +08:00
other-hadoop.md cleaning up and fixing links (#10528) 2020-12-17 13:37:43 -08:00
password-provider.md Security overview documentation (#10339) 2020-11-19 15:24:58 -08:00
pull-deps.md Update pull-deps docs with correct repo list. (#13134) 2022-09-21 12:16:57 -07:00
python.md Druid automated quickstart (#13365) 2022-12-09 11:04:02 -08:00
request-logging.md Add sql planning time metric (#12923) 2022-08-22 11:09:44 +05:30
reset-cluster.md Update reset-cluster.md (#10990) 2021-03-29 20:38:35 -07:00
rolling-updates.md add links to release notes, light refactor of landing page (#11051) 2021-05-07 14:26:47 -07:00
rule-configuration.md doc: fix unnecessary link (#13785) 2023-02-21 17:34:46 -08:00
security-overview.md Update basic auth examples (#13750) 2023-02-03 14:45:48 -08:00
security-user-auth.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
segment-optimization.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
single-server.md Docs: reword single server page (#13659) 2023-01-11 21:12:52 -08:00
tls-support.md Fix broken links to Oracle JDK docs (#13687) 2023-01-18 14:46:08 +05:30
use_sbt_to_build_fat_jar.md Docusaurus build framework + ingestion doc refresh. (#8311) 2019-08-20 21:48:59 -07:00
web-console.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00