Trump EO
The Trump EO custom connector brings U.S. executive orders from the federal public API into Glean. It indexes the orders and their PDF content so employees can search executive-order information from Glean.
The Trump EO custom connector is set up by the Glean team. Contact Glean Support to get started.
Prerequisites
To set up the Trump EO connector, you need the following ready before contacting Glean Support:
- No source credentials: the connector retrieves executive orders from the federal public API without authentication.
- HTTPS network access: the connector must reach the federal API over HTTPS.
Supported objects and content types
The connector indexes the following content:
- Executive orders: order titles, signing dates, disposition notes, and PDF content.
How permissions work
The connector does not resolve source permissions. Content indexed by this connector sets allow_anonymous_access=True, so it is visible to every user in the Glean tenant. It is not public on the internet.
Permission changes are not applicable because the source does not provide access controls for this content.
Sync behavior
The connector supports full and incremental crawls to keep executive-order content current.
- Full crawl: indexes the available executive orders.
- Incremental crawl: uses the configured
start_dateas a lower bound onpublication_dateand stops when it reaches that publication-date threshold.
Content removed from the source is removed from Glean during a subsequent crawl. The Glean team manages the crawl schedule and connector configuration.
Next steps
Contact Glean Support to begin setting up the Trump EO connector for your organization.
See also
- Custom connector overview: how custom connectors work in Glean.
- Set up a custom connector: the setup process and first-run checklist.
- Glean REST APIs: the Indexing and Client APIs, and the tokens each uses.