Articles in this section
- Druid - LDAP and Active Directory (AD) Integration
- How to mask passwords/secret keys from being logged into the druid server logs
- Migrate existing Druid Cluster to a new Imply cluster
- Prometheus Emitter Setup Failing with org.apache.druid.java.util.common.ISE: Emitter was null, that's bad!
- Migrating metadata from Postgres to MySQL
- Druid ingestion task fails with exception related to AWS when using Google Cloud Storage
- Upgrading Imply (running in kubernetes) to any higher version using Imply-Manager is getting stuck at "waiting for data nodes to be available"
- Historical will not start due to OOM and failed to map errors though there is enough heap available and ulimit is set very high
- Unified Console "Segments" UI is unavailable after 3.4 upgrade
- How to set the auto compaction config in the Druid console
Comments
4 comments
In step 1 : under "Call the following API to create role `readRole` " there is a mistake in the rest api call .
Instead of this
use this
Good explanation about Ldap integration
Is there any API to revoke access similar to grant ?
Srinivasa Rao Suryadevara Here are a few sample APIs to edit/remove access. Similarly, LDAP endpoints can be used.
Delete user:
Modify Role Permissions:
Check the role Permissions:
Remove Role from a user:
Delete Role:
Please sign in to leave a comment.