Documentation Index
Fetch the complete documentation index at: https://docs.iru.com/llms.txt
Use this file to discover all available pages before exploring further.
About Drupal
Iru consumes Drupal core JSON:API (/jsonapi) for content types, nodes, users, roles, and related metadata. Drupal 8.7+ ships JSON:API in core - enable it under Extend. Authentication uses HTTP Basic (username + password). Serve the site over HTTPS so credentials are not sent in clear text.
How it works
| Detail | Value |
|---|---|
| Category | Web CMS |
| Authentication | Basic (Drupal user) |
Prerequisites
- JSON:API enabled;
https://YOUR_HOST/jsonapireturns resource discovery JSON. - Drupal user whose role may GET the bundles you care about.
Connect Drupal to Iru
Drupal
Iru Compliance
Turn on Drupal
Find Drupal (use Category or Search by name or description). On that card, turn on the toggle. A browser tab or window may open for the connector wizard.
Enter hostname
Enter hostname only (for example
cms.example.com). Confirm variables if the wizard shows a preview.Troubleshooting
Nothing opens when you turn the source on
Nothing opens when you turn the source on
Check pop-up blocker settings for the Iru site and try again.
404 on /jsonapi
404 on /jsonapi
Enable JSON:API module.
403 on resources
403 on resources
Grant view permissions on relevant entity types.
401
401
Correct password; Drupal is case-sensitive.
Considerations
Prefer a read-only service account scoped to…
Prefer a read-only service account scoped to required content types.
See also
- See Sources Management for the full connector list.
