Skip to main content

Capabilities

The Airflow connector syncs the following resources:
ResourceSyncProvision
Accounts Create, Delete
Roles Grant, Revoke

Gather Airflow credentials

To configure the Airflow connector, you need Admin role access in your Airflow instance. The connector requires permissions to read users, roles, and to update user role assignments for provisioning.
The connector uses username/password credentials to authenticate with Airflow’s /auth/token endpoint, which returns a JWT token used for all API requests.
1
Ensure you have an Airflow user with the Admin role.
2
Note down the username, password, and the base URL of your Airflow instance (e.g., https://airflow.example.com).
Airflow uses the FAB (Flask-AppBuilder) auth manager. The connector exchanges username/password for a short-lived JWT token (default: 24h expiration) at the start of each sync. SSO/OAuth2 (Google, Okta, Azure Entra ID, etc.) is supported for the web UI but not for API access.

Configure the Airflow connector

Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.
1
In ConductorOne, navigate to Integrations > Connectors and click Add connector.
2
Search for Airflow and click Add.
3
Choose how to set up the new Airflow connector:
  • Add the connector to a currently unmanaged app
  • Add the connector to a managed app
  • Create a new managed app
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the required configuration:
  • Airflow Base URL: The base URL of your Airflow instance (e.g., https://airflow.example.com)
  • Username: Airflow admin username
  • Password: Airflow admin password
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
That’s it! Your Airflow connector is now pulling access data into ConductorOne.

All versions of this connector are available at dist.conductorone.com.